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 5bad732f1..7a393d6ae 100644 --- a/src/locale/helpers.ts +++ b/src/locale/helpers.ts @@ -121,6 +121,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage { return AppLanguage.en case 'an': return AppLanguage.an + case 'ast': + return AppLanguage.ast case 'ca': return AppLanguage.ca case 'de': |