diff options
author | Ansh <anshnanda10@gmail.com> | 2023-12-22 03:30:24 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-22 03:30:24 +0530 |
commit | df73f835381b267f3e5741a4eff50fcb86b59c53 (patch) | |
tree | 4e4dc3fbdfe144a7d16f906b0860138c21dd5b7b /lingui.config.js | |
parent | d068cb19392965f9b96e113ca2ba0fceb8326db5 (diff) | |
download | voidsky-df73f835381b267f3e5741a4eff50fcb86b59c53.tar.zst |
Add French localization (#2265)
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 118798a0a..3af72ebd0 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -1,6 +1,6 @@ /** @type {import('@lingui/conf').LinguiConfig} */ module.exports = { - locales: ['en', 'hi', 'ja'], + locales: ['en', 'hi', 'ja', 'fr'], catalogs: [ { path: '<rootDir>/src/locale/locales/{locale}/messages', |