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 0d215a9d7..4613533ab 100644 --- a/src/locale/helpers.ts +++ b/src/locale/helpers.ts @@ -149,6 +149,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage { return AppLanguage.pt_BR case 'ru': return AppLanguage.ru + case 'th': + return AppLanguage.th case 'tr': return AppLanguage.tr case 'uk': |