about summary refs log tree commit diff
path: root/src/components/hooks/dates.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/hooks/dates.ts')
-rw-r--r--src/components/hooks/dates.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/hooks/dates.ts b/src/components/hooks/dates.ts
index 4978cbaba..7d497e109 100644
--- a/src/components/hooks/dates.ts
+++ b/src/components/hooks/dates.ts
@@ -15,6 +15,7 @@ import {
   el,
   enGB,
   es,
+  eu,
   fi,
   fr,
   gl,
@@ -54,6 +55,7 @@ const locales: Record<AppLanguage, Locale | undefined> = {
   el,
   ['en-GB']: enGB,
   es,
+  eu,
   fi,
   fr,
   ga: undefined,