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
|
@ -17,11 +17,10 @@ export async function dynamicActivate(locale: AppLanguage) {
|
|||
// mod = await import(`./locales/de/messages`)
|
||||
// break
|
||||
// }
|
||||
// DISABLED until this translation is more thoroughly reviewed -prf
|
||||
// case AppLanguage.es: {
|
||||
// mod = await import(`./locales/es/messages`)
|
||||
// break
|
||||
// }
|
||||
case AppLanguage.es: {
|
||||
mod = await import(`./locales/es/messages`)
|
||||
break
|
||||
}
|
||||
case AppLanguage.fr: {
|
||||
mod = await import(`./locales/fr/messages`)
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue