From 658946a8f3e7fa109580a0a49c1e348c1cd1cb06 Mon Sep 17 00:00:00 2001 From: Changseop Yeom <89627517+braintrue@users.noreply.github.com> Date: Fri, 29 Aug 2025 20:46:27 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20Korean=20translation:=20add=20"=EB=A5=BC"?= =?UTF-8?q?=20in=20"Excluding=20{days}"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added missing particle ‘를’ for clarity --- src/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations.php b/src/translations.php index 260f89d4..d7060bf8 100644 --- a/src/translations.php +++ b/src/translations.php @@ -280,7 +280,7 @@ "Week Streak" => "주간 연속 기여 수", "Longest Week Streak" => "최장 주간 연속 기여 수", "Present" => "현재", - "Excluding {days}" => "{days} 제외하고", + "Excluding {days}" => "{days}를 제외하고", ], "mr" => [ "Total Contributions" => "एकूण योगदान",