diff options
author | Paul Frazee <pfrazee@gmail.com> | 2025-02-17 19:55:40 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-17 19:55:40 -0800 |
commit | e2c0f78719a9e576ad18ef0e4657c63a3147efed (patch) | |
tree | cf1c980fbbe309afa25eb83c5826fba0a8116070 /src | |
parent | 4146f9fe02834481a2ee5736fc48ff37ed5ccf97 (diff) | |
download | voidsky-e2c0f78719a9e576ad18ef0e4657c63a3147efed.tar.zst |
Fix mapping (#7767)
Diffstat (limited to 'src')
-rw-r--r-- | src/locale/i18n.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locale/i18n.ts b/src/locale/i18n.ts index 8c3986e54..b5b163fa2 100644 --- a/src/locale/i18n.ts +++ b/src/locale/i18n.ts @@ -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'), |