Add language: Interlingua (#7715)

* Add language: Interlingua

* Add ia entry in dates
This commit is contained in:
Paul Frazee
2025-02-11 12:51:19 -08:00
committed by GitHub
parent 98b7e95b46
commit eabe3ed231
8 changed files with 8563 additions and 0 deletions
+4
View File
@@ -72,6 +72,10 @@ export async function dynamicActivate(locale: AppLanguage) {
mod = await import(`./locales/hu/messages`)
break
}
case AppLanguage.ia: {
mod = await import(`./locales/ia/messages`)
break
}
case AppLanguage.id: {
mod = await import(`./locales/id/messages`)
break