diff options
author | Ansh <anshnanda10@gmail.com> | 2023-12-13 01:12:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-13 01:12:19 +0530 |
commit | 90647fe7cf41d5dd66b6df64910bf7d481548d6b (patch) | |
tree | d601003f1b5830ad8d098709c2d5e4e47d046adc /lingui.config.js | |
parent | 27561ae79fd41148ff3d2ff5e7a1330aa58524d6 (diff) | |
download | voidsky-90647fe7cf41d5dd66b6df64910bf7d481548d6b.tar.zst |
Japanese localization (#2003)
* add japanese to list of languages * add japanese translations * change `jp` to `ja` * minor changes to Japanese translation * minor changes to Japanese translation * update japanese strings with feedback * Update languages.ts * Extract translations * Gitignore new compiled file * allow switching to japanese --------- Co-authored-by: Jake Gold <jake@blueskyweb.xyz> Co-authored-by: Eric Bailey <git@esb.lol>
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 1375d7923..118798a0a 100644 --- a/lingui.config.js +++ b/lingui.config.js @@ -1,6 +1,6 @@ /** @type {import('@lingui/conf').LinguiConfig} */ module.exports = { - locales: ['en', 'hi'], + locales: ['en', 'hi', 'ja'], catalogs: [ { path: '<rootDir>/src/locale/locales/{locale}/messages', |