From f5c91ccc9cbbccafbe2587ebb7b57fe00f12de08 Mon Sep 17 00:00:00 2001 From: "Mr. Green's Workshop" <76992231+MrGreensWorkshop@users.noreply.github.com> Date: Mon, 23 May 2022 15:06:30 +0900 Subject: [PATCH] fix; japanese translation fix (#1783) The Japanese translation was too long to so text was overlap the numbers. This commit fixes that. --- src/translations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations.js b/src/translations.js index 2762e06..38e53f3 100644 --- a/src/translations.js +++ b/src/translations.js @@ -170,7 +170,7 @@ const statCardLocales = ({ name, apostrophe }) => { fr: "Contribué à", hu: "Hozzájárulások", it: "Ha contribuito a", - ja: "コントリビュートしたリポジトリ", + ja: "貢献したリポジトリ", kr: "전체 기여도", nl: "Bijgedragen aan", "pt-pt": "Contribuiu em",