about summary refs log tree commit diff
path: root/src/locale/helpers.ts
diff options
context:
space:
mode:
authorKevin Scannell <kscanne@gmail.com>2024-04-03 19:32:53 -0500
committerGitHub <noreply@github.com>2024-04-03 17:32:53 -0700
commitcad0590694572b6c5e1eb35f2f6c09edeef33724 (patch)
treedb5ef363805390bdb3344041263e3ca0820d3794 /src/locale/helpers.ts
parent93fbd9119313e881f7ea86d36d05b787be7db055 (diff)
downloadvoidsky-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.ts2
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':