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 6b4b5f8fd..e4b0800c4 100644 --- a/src/components/hooks/dates.ts +++ b/src/components/hooks/dates.ts @@ -16,6 +16,7 @@ import { de, el, enGB, + eo, es, eu, fi, @@ -60,6 +61,7 @@ const locales: Record<AppLanguage, Locale | undefined> = { de, el, ['en-GB']: enGB, + eo, es, eu, fi, |