Add language: Scottish Gaelic (#7864)

* 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:56:13 +00:00
committed by GitHub
parent d0c2003cc7
commit a42efd15d7
8 changed files with 34 additions and 0 deletions
+4
View File
@@ -64,6 +64,10 @@ export async function dynamicActivate(locale: AppLanguage) {
mod = await import(`./locales/ga/messages`)
break
}
case AppLanguage.gd: {
mod = await import(`./locales/gd/messages`)
break
}
case AppLanguage.gl: {
mod = await import(`./locales/gl/messages`)
break