about summary refs log tree commit diff
path: root/src/locale/i18n.web.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/i18n.web.ts
parent4703f3214ea8aabd77dc50005ec53b3a4cdbd2ac (diff)
downloadvoidsky-24afc9c89aef6e3654e091885feb9c6f2c395ce8.tar.zst
Add Basque language ('eu') (#7479)
* Add Basque language

* Contributor's changes
Diffstat (limited to 'src/locale/i18n.web.ts')
-rw-r--r--src/locale/i18n.web.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/locale/i18n.web.ts b/src/locale/i18n.web.ts
index 5e795e85f..c52ff52c4 100644
--- a/src/locale/i18n.web.ts
+++ b/src/locale/i18n.web.ts
@@ -40,6 +40,10 @@ export async function dynamicActivate(locale: AppLanguage) {
       mod = await import(`./locales/es/messages`)
       break
     }
+    case AppLanguage.eu: {
+      mod = await import(`./locales/eu/messages`)
+      break
+    }
     case AppLanguage.fi: {
       mod = await import(`./locales/fi/messages`)
       break