From 90647fe7cf41d5dd66b6df64910bf7d481548d6b Mon Sep 17 00:00:00 2001 From: Ansh Date: Wed, 13 Dec 2023 01:12:19 +0530 Subject: 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 Co-authored-by: Eric Bailey --- lingui.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lingui.config.js') 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: '/src/locale/locales/{locale}/messages', -- cgit 1.4.1