From 1e508cf9f53b74d442635ef298a27b49a4c5c65a Mon Sep 17 00:00:00 2001 From: gunes <65349162+gunesnt@users.noreply.github.com> Date: Mon, 30 May 2022 10:57:46 +0700 Subject: [PATCH] Added Turkish translations --- src/translations.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/translations.php b/src/translations.php index c860fa6d..7dbd28be 100644 --- a/src/translations.php +++ b/src/translations.php @@ -41,4 +41,9 @@ "Current Streak" => "現在のストリーク", "Longest Streak" => "最長のストリーク", ], + "tr" => [ + "Total Contributions" => "Toplam Katkı", + "Current Streak" => "Güncel Seri", + "Longest Streak" => "En Uzun Seri", + ], ];