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:55:29 +0000
committerGitHub <noreply@github.com>2025-03-05 15:55:29 -0800
commitd0c2003cc77f8646e8aa9ae450c5accf889293ce (patch)
tree291c4a6c3365a10ca4fd5dc0ea3ed50b716bdc09 /src/locale/i18n.web.ts
parent1cfdd2a7a02c2e31f5f4be3cf9746a9054dde5c0 (diff)
downloadvoidsky-d0c2003cc77f8646e8aa9ae450c5accf889293ce.tar.zst
Add language: Welsh (#7866)
* 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 dcfe20dbd..3600d0533 100644
--- a/src/locale/i18n.web.ts
+++ b/src/locale/i18n.web.ts
@@ -24,6 +24,10 @@ export async function dynamicActivate(locale: AppLanguage) {
       mod = await import(`./locales/ca/messages`)
       break
     }
+    case AppLanguage.cy: {
+      mod = await import(`./locales/cy/messages`)
+      break
+    }
     case AppLanguage.da: {
       mod = await import(`./locales/da/messages`)
       break