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 eb91d2e7c..8d650a234 100644 --- a/src/locale/helpers.ts +++ b/src/locale/helpers.ts @@ -213,6 +213,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage { return AppLanguage.pl case 'pt-BR': return AppLanguage.pt_BR + case 'pt-PT': + return AppLanguage.pt_PT case 'ro': return AppLanguage.ro case 'ru': |