diff options
Diffstat (limited to 'src/components/hooks/dates.ts')
-rw-r--r-- | src/components/hooks/dates.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/hooks/dates.ts b/src/components/hooks/dates.ts index 73c4593be..86bfeecf3 100644 --- a/src/components/hooks/dates.ts +++ b/src/components/hooks/dates.ts @@ -17,6 +17,7 @@ import { fi, fr, hi, + hu, id, it, ja, @@ -46,6 +47,7 @@ const locales: Record<AppLanguage, Locale | undefined> = { fr, ga: undefined, hi, + hu, id, it, ja, |