Enable Spanish Localization (#2405)

* add `es` to `lingui.config.js`

* update messages.po

* enable spanish localization
This commit is contained in:
Ansh 2024-01-03 23:44:36 +05:30 committed by GitHub
parent 4baef7a2d5
commit 3bee621347
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 93 additions and 94 deletions

View file

@ -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':