From 57434e4b5b6694ffc0198bafe70df665fa6ef463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=97=90=EB=B0=98=20=ED=99=A9?= Date: Tue, 5 Jul 2022 22:33:52 +0900 Subject: [PATCH 1/2] Update translations.php I'm adding a translation for a Korean developer. I interpreted the word "Streak" as "work that I've been doing." So I translated 'Current Streak' into 'Current Continuous Commit Count' and 'Longest Streak' into 'Maximum Continuous Commit Count'. --- src/translations.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/translations.php b/src/translations.php index 8539c85b..9c078068 100644 --- a/src/translations.php +++ b/src/translations.php @@ -59,6 +59,12 @@ "Longest Streak" => "最長のストリーク", "Present" => "今", ], + "ko" => [ + "Total Contributions" => "총 컨트리뷰트 수", + "Current Streak" => "현재 연속 커밋 수", + "Longest Streak" => "최대 연속 커밋 수", + "Present" => "현재", + ], "nl" => [ "Total Contributions" => "Totale Bijdrage", "Current Streak" => "Huidige Serie", From 6e77036e5f2503e925537055afcbb9dfa12b3159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=97=90=EB=B0=98=20=ED=99=A9?= Date: Wed, 6 Jul 2022 15:24:05 +0900 Subject: [PATCH 2/2] Update Korean Translation --- src/translations.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/translations.php b/src/translations.php index 9c078068..9b793d13 100644 --- a/src/translations.php +++ b/src/translations.php @@ -60,9 +60,9 @@ "Present" => "今", ], "ko" => [ - "Total Contributions" => "총 컨트리뷰트 수", - "Current Streak" => "현재 연속 커밋 수", - "Longest Streak" => "최대 연속 커밋 수", + "Total Contributions" => "총 기여 수", + "Current Streak" => "현재 연속 기여 수", + "Longest Streak" => "최대 연속 기여 수", "Present" => "현재", ], "nl" => [