diff options
author | Kevin Scannell <kscanne@gmail.com> | 2024-04-03 19:32:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 17:32:53 -0700 |
commit | cad0590694572b6c5e1eb35f2f6c09edeef33724 (patch) | |
tree | db5ef363805390bdb3344041263e3ca0820d3794 /src/locale/helpers.ts | |
parent | 93fbd9119313e881f7ea86d36d05b787be7db055 (diff) | |
download | voidsky-cad0590694572b6c5e1eb35f2f6c09edeef33724.tar.zst |
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>
Diffstat (limited to 'src/locale/helpers.ts')
-rw-r--r-- | src/locale/helpers.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/locale/helpers.ts b/src/locale/helpers.ts index c2434c7df..889de1ecd 100644 --- a/src/locale/helpers.ts +++ b/src/locale/helpers.ts @@ -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': |