Update i18n.web.ts

Added Finnish
This commit is contained in:
Jan-Olof Eriksson
2024-02-19 07:43:24 +02:00
committed by GitHub
parent 1cfa4aabbd
commit f78e4c2433
+4
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`)