Add Basque language ('eu') (#7479)

* Add Basque language

* Contributor's changes
This commit is contained in:
REALSOULMAN
2025-01-24 20:40:20 +01:00
committed by GitHub
parent 4703f3214e
commit 24afc9c89a
8 changed files with 8016 additions and 0 deletions
+4
View File
@@ -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