From 46090b0793d53f597591370d0f64385aab18d95d Mon Sep 17 00:00:00 2001 From: zzarc Date: Fri, 4 Feb 2022 01:49:01 -0800 Subject: [PATCH 1/2] fix translation error in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a9a613b8..b50d1ac4e 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ For those of you familiar with the Crowdin Platform, you could do that too and j - Hindi (हिंदी) - Indonesian (Bahasa Indonesia) - Italian (Italiano) -- Japanese (日本人) +- Japanese (日本語) - Kannada (ಕನ್ನಡ) - Lithuanian (Lietuvių) - Norwegian (Norsk) From d3359cfa58dd71b73f71eb9fe26763fcf628adf3 Mon Sep 17 00:00:00 2001 From: zzarc Date: Sat, 5 Feb 2022 01:20:09 -0800 Subject: [PATCH 2/2] fix translation error --- src/i18n/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/index.js b/src/i18n/index.js index 1fe156875..b1f2f675f 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -69,7 +69,7 @@ const languages = [ }, { code: 'ja', - name: 'Japanese (日本人)', + name: 'Japanese (日本語)', }, { code: 'kn',