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:
parent
93fbd91193
commit
cad0590694
6 changed files with 4651 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue