diff options
author | REALSOULMAN <realsoulman@gmail.com> | 2025-01-24 20:40:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-24 11:40:20 -0800 |
commit | 24afc9c89aef6e3654e091885feb9c6f2c395ce8 (patch) | |
tree | c27b16e1b493624dccf8f9eba52a54c4afbba4b7 /src/components/hooks/dates.ts | |
parent | 4703f3214ea8aabd77dc50005ec53b3a4cdbd2ac (diff) | |
download | voidsky-24afc9c89aef6e3654e091885feb9c6f2c395ce8.tar.zst |
Add Basque language ('eu') (#7479)
* Add Basque language * Contributor's changes
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 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, |