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 39d7def55..c1842b820 100644 --- a/src/locale/helpers.ts +++ b/src/locale/helpers.ts @@ -147,6 +147,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage { return AppLanguage.ja case 'ko': return AppLanguage.ko + case 'nl': + return AppLanguage.nl case 'pl': return AppLanguage.pl case 'pt-BR': |