about summary refs log tree commit diff
path: root/src/locale/i18n.web.ts
diff options
context:
space:
mode:
authorsurfdude29 <149612116+surfdude29@users.noreply.github.com>2025-03-05 23:57:09 +0000
committerGitHub <noreply@github.com>2025-03-05 15:57:09 -0800
commitdae152da85d74f68e637d5867cdba46a20d79251 (patch)
treec2c040c117d6596d271aad7d5c20220be92e9d8e /src/locale/i18n.web.ts
parenta42efd15d781f5bd7225589bbc0dd753aff44166 (diff)
downloadvoidsky-dae152da85d74f68e637d5867cdba46a20d79251.tar.zst
Add language: Esperanto (#7863)
* Create messages.po

* Update app.config.js

* Update lingui.config.js

* Update dates.ts

* Update helpers.ts

* Update i18n.ts

* Update i18n.web.ts

* Update languages.ts
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 25458ed38..6fba7dc7b 100644
--- a/src/locale/i18n.web.ts
+++ b/src/locale/i18n.web.ts
@@ -44,6 +44,10 @@ export async function dynamicActivate(locale: AppLanguage) {
       mod = await import(`./locales/en-GB/messages`)
       break
     }
+    case AppLanguage.eo: {
+      mod = await import(`./locales/eo/messages`)
+      break
+    }
     case AppLanguage.es: {
       mod = await import(`./locales/es/messages`)
       break