Fix mapping (#7767)

This commit is contained in:
Paul Frazee
2025-02-17 19:55:40 -08:00
committed by GitHub
parent 4146f9fe02
commit e2c0f78719
+1 -1
View File
@@ -174,7 +174,7 @@ export async function dynamicActivate(locale: AppLanguage) {
])
break
}
case AppLanguage.id: {
case AppLanguage.ia: {
i18n.loadAndActivate({locale, messages: messagesIa})
await Promise.all([
import('@formatjs/intl-pluralrules/locale-data/ia'),