diff options
author | Ansh <anshnanda10@gmail.com> | 2024-01-03 23:44:36 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-03 10:14:36 -0800 |
commit | 3bee621347df21cf174c6ab3537aba991de0f4d6 (patch) | |
tree | bd157187529f0f046af5ba1735891df609ba2bc1 /lingui.config.js | |
parent | 4baef7a2d5d57b437b4420ed6ba1f44b52995d4e (diff) | |
download | voidsky-3bee621347df21cf174c6ab3537aba991de0f4d6.tar.zst |
Enable Spanish Localization (#2405)
* add `es` to `lingui.config.js` * update messages.po * enable spanish localization
Diffstat (limited to 'lingui.config.js')
-rw-r--r-- | lingui.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lingui.config.js b/lingui.config.js index 0f30be0b5..ebf1ca08a 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -1,6 +1,6 @@ /** @type {import('@lingui/conf').LinguiConfig} */ module.exports = { - locales: ['en', 'hi', 'ja', 'fr', 'de', 'es', 'ko'], + locales: ['en', 'hi', 'ja', 'fr', 'de', 'es', 'ko', 'es'], catalogs: [ { path: '<rootDir>/src/locale/locales/{locale}/messages', |