diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-12-08 14:01:20 -0800 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-12-08 14:01:20 -0800 |
commit | 565979e71f99064506af933493a118a2e22a044a (patch) | |
tree | 6193be73348fc6fb8248879efceab97e30ff353b /lingui.config.js | |
parent | 282879b6452b0f575369d30139d15b234f7a3f28 (diff) | |
parent | 7b686b5592a8cd01278c5c30e115385ffd676248 (diff) | |
download | voidsky-565979e71f99064506af933493a118a2e22a044a.tar.zst |
Merge branch 'main' of github.com:bluesky-social/social-app into main
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', |