Enable Spanish Localization (#2405)
* add `es` to `lingui.config.js` * update messages.po * enable spanish localization
This commit is contained in:
parent
4baef7a2d5
commit
3bee621347
6 changed files with 93 additions and 94 deletions
|
@ -8,8 +8,7 @@ export enum AppLanguage {
|
|||
en = 'en',
|
||||
// DISABLED until this translation is fixed -prf
|
||||
// de = 'de',
|
||||
// DISABLED until this translation is more thoroughly reviewed -prf
|
||||
// es = 'es',
|
||||
es = 'es',
|
||||
fr = 'fr',
|
||||
hi = 'hi',
|
||||
ja = 'ja',
|
||||
|
@ -25,8 +24,7 @@ export const APP_LANGUAGES: AppLanguageConfig[] = [
|
|||
{code2: AppLanguage.en, name: 'English'},
|
||||
// DISABLED until this translation is fixed -prf
|
||||
// {code2: AppLanguage.de, name: 'Deutsch'},
|
||||
// DISABLED until this translation is more thoroughly reviewed -prf
|
||||
// {code2: AppLanguage.es, name: 'Español'},
|
||||
{code2: AppLanguage.es, name: 'Español'},
|
||||
{code2: AppLanguage.fr, name: 'Français'},
|
||||
{code2: AppLanguage.hi, name: 'हिंदी'},
|
||||
{code2: AppLanguage.ja, name: '日本語'},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue