Update i18n.web.ts
Added Finnish
This commit is contained in:
committed by
GitHub
parent
1cfa4aabbd
commit
f78e4c2433
@@ -19,6 +19,10 @@ export async function dynamicActivate(locale: AppLanguage) {
|
||||
case AppLanguage.es: {
|
||||
mod = await import(`./locales/es/messages`)
|
||||
break
|
||||
}
|
||||
case AppLanguage.fi: {
|
||||
mod = await import(`./locales/fi/messages`)
|
||||
break
|
||||
}
|
||||
case AppLanguage.fr: {
|
||||
mod = await import(`./locales/fr/messages`)
|
||||
|
||||
Reference in New Issue
Block a user