about summary refs log tree commit diff
path: root/src/locale/helpers.ts
diff options
context:
space:
mode:
authorREALSOULMAN <realsoulman@gmail.com>2025-01-24 20:40:20 +0100
committerGitHub <noreply@github.com>2025-01-24 11:40:20 -0800
commit24afc9c89aef6e3654e091885feb9c6f2c395ce8 (patch)
treec27b16e1b493624dccf8f9eba52a54c4afbba4b7 /src/locale/helpers.ts
parent4703f3214ea8aabd77dc50005ec53b3a4cdbd2ac (diff)
downloadvoidsky-24afc9c89aef6e3654e091885feb9c6f2c395ce8.tar.zst
Add Basque language ('eu') (#7479)
* Add Basque language

* Contributor's changes
Diffstat (limited to 'src/locale/helpers.ts')
-rw-r--r--src/locale/helpers.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/locale/helpers.ts b/src/locale/helpers.ts
index 94e9d4327..885ddaac5 100644
--- a/src/locale/helpers.ts
+++ b/src/locale/helpers.ts
@@ -169,6 +169,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage {
         return AppLanguage.en_GB
       case 'es':
         return AppLanguage.es
+      case 'eu':
+        return AppLanguage.eu
       case 'fi':
         return AppLanguage.fi
       case 'fr':