[Glitch] Fix full date display not respecting the locale 12/24h format

Port 4185f3792c to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Renaud Chaput
2024-02-29 10:40:13 +01:00
committed by Claire
parent 4d7e7cc562
commit 5b97fdf84c
7 changed files with 4 additions and 7 deletions

View File

@@ -60,7 +60,6 @@ function main() {
const timeFormat = new Intl.DateTimeFormat(locale, {
timeStyle: 'short',
hour12: false,
});
const formatMessage = ({ id, defaultMessage }, values) => {