diff options
author | Ansh <anshnanda10@gmail.com> | 2023-12-08 10:45:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-09 00:15:05 +0530 |
commit | 528b4b5017bb553c40c91443657eb4faf65c80b9 (patch) | |
tree | db8373ce9dd86be0115e9a84188cb2af6fcb59a7 /lingui.config.js | |
parent | 7b5033118895448ae36c0ac2d76683ecd838f5e2 (diff) | |
download | voidsky-528b4b5017bb553c40c91443657eb4faf65c80b9.tar.zst |
Clear unused locales (#2147)
* add some missing intl strings * remove locales that are not used
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 a4219a1bd..1375d7923 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -1,6 +1,6 @@ /** @type {import('@lingui/conf').LinguiConfig} */ module.exports = { - locales: ['en', 'cs', 'fr', 'hi', 'es'], + locales: ['en', 'hi'], catalogs: [ { path: '<rootDir>/src/locale/locales/{locale}/messages', |