about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2025-02-17 19:55:40 -0800
committerGitHub <noreply@github.com>2025-02-17 19:55:40 -0800
commite2c0f78719a9e576ad18ef0e4657c63a3147efed (patch)
treecf1c980fbbe309afa25eb83c5826fba0a8116070 /src
parent4146f9fe02834481a2ee5736fc48ff37ed5ccf97 (diff)
downloadvoidsky-e2c0f78719a9e576ad18ef0e4657c63a3147efed.tar.zst
Fix mapping (#7767)
Diffstat (limited to 'src')
-rw-r--r--src/locale/i18n.ts2
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'),