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

@ -127,6 +127,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage {
return AppLanguage.fi
case 'fr':
return AppLanguage.fr
case 'ga':
return AppLanguage.ga
case 'hi':
return AppLanguage.hi
case 'id':