Update i18n.web.ts

Added Finnish
zio/stable
Jan-Olof Eriksson 2024-02-19 07:43:24 +02:00 committed by GitHub
parent 1cfa4aabbd
commit f78e4c2433
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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`)