about summary refs log tree commit diff
path: root/src/locale/i18n.web.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2025-02-11 12:51:19 -0800
committerGitHub <noreply@github.com>2025-02-11 12:51:19 -0800
commiteabe3ed23112982a370291b3e1a26cf9754969a4 (patch)
treec144857e2bee66351e2791d88eb1e9e9da27805e /src/locale/i18n.web.ts
parent98b7e95b46838f00c3853bf6a32d4996b76dd98d (diff)
downloadvoidsky-eabe3ed23112982a370291b3e1a26cf9754969a4.tar.zst
Add language: Interlingua (#7715)
* Add language: Interlingua

* Add ia entry in dates
Diffstat (limited to 'src/locale/i18n.web.ts')
-rw-r--r--src/locale/i18n.web.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/locale/i18n.web.ts b/src/locale/i18n.web.ts
index d8706bd29..dcfe20dbd 100644
--- a/src/locale/i18n.web.ts
+++ b/src/locale/i18n.web.ts
@@ -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