diff options
Diffstat (limited to 'src/locale/helpers.ts')
-rw-r--r-- | src/locale/helpers.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/locale/helpers.ts b/src/locale/helpers.ts index cdb5514b5..a9752c76a 100644 --- a/src/locale/helpers.ts +++ b/src/locale/helpers.ts @@ -114,8 +114,8 @@ export function sanitizeAppLanguageSetting(appLanguage: string): AppLanguage { // case 'de': // return AppLanguage.de // DISABLED until this translation is more thoroughly reviewed -prf - // case 'es': - // return AppLanguage.es + case 'es': + return AppLanguage.es case 'fr': return AppLanguage.fr case 'hi': |