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
This commit is contained in:
surfdude29
2025-03-05 23:55:29 +00:00
committed by GitHub
parent 1cfdd2a7a0
commit d0c2003cc7
8 changed files with 34 additions and 0 deletions
+4
View File
@@ -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