diff options
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 c7fa27f89..39d7def55 100644 --- a/src/locale/helpers.ts +++ b/src/locale/helpers.ts @@ -133,6 +133,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage { return AppLanguage.fr case 'ga': return AppLanguage.ga + case 'gl': + return AppLanguage.gl case 'hi': return AppLanguage.hi case 'hu': |