Irish PO file thanks to @kingdonncha1.bsky.social (#2924)

* Irish PO file thanks to @kingdonncha1.bsky.social

* feat: add Gaeilge options added by @kscanne into the GUI

---------

Co-authored-by: Kat Gaea <kat.knight@newgaea.net>
This commit is contained in:
Kevin Scannell 2024-04-03 19:32:53 -05:00 committed by GitHub
parent 93fbd91193
commit cad0590694
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 4651 additions and 0 deletions

View file

@ -28,6 +28,10 @@ export async function dynamicActivate(locale: AppLanguage) {
mod = await import(`./locales/fr/messages`)
break
}
case AppLanguage.ga: {
mod = await import(`./locales/ga/messages`)
break
}
case AppLanguage.hi: {
mod = await import(`./locales/hi/messages`)
break