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-05-31 00:38:09 +0100
committerGitHub <noreply@github.com>2025-05-30 16:38:09 -0700
commite2b842ad4e580caf4ccfe00ff0fb1456db3b9c80 (patch)
treebdf74035c1c8ed7f56c7d4834dd5aef73f40380f /src/locale/i18n.web.ts
parentbf7845339c1eedc507ac2533756c7221a5e851c4 (diff)
downloadvoidsky-e2b842ad4e580caf4ccfe00ff0fb1456db3b9c80.tar.zst
Add language: European Portuguese (`pt-PT`) (#8375)
* Update app.config.js

* Update lingui.config.js

* Update dates.ts

* Update helpers.ts

* Update i18n.ts

* Update i18n.web.ts

* Update languages.ts

* Create messages.po

* prettier
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 d721d34ba..aad3f6e0a 100644
--- a/src/locale/i18n.web.ts
+++ b/src/locale/i18n.web.ts
@@ -128,6 +128,10 @@ export async function dynamicActivate(locale: AppLanguage) {
       mod = await import(`./locales/pt-BR/messages`)
       break
     }
+    case AppLanguage.pt_PT: {
+      mod = await import(`./locales/pt-PT/messages`)
+      break
+    }
     case AppLanguage.ro: {
       mod = await import(`./locales/ro/messages`)
       break