From 7f3546e1158390f849994d4d90767dcdbd02ec72 Mon Sep 17 00:00:00 2001 From: Gabriel Joseph George <56782229+ggeorge185@users.noreply.github.com> Date: Fri, 19 Sep 2025 21:59:01 +0200 Subject: [PATCH 1/2] Add Malayalam translations for contributions --- src/translations.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/translations.php b/src/translations.php index 934c8cb5..f9e97416 100644 --- a/src/translations.php +++ b/src/translations.php @@ -541,4 +541,15 @@ "Excluding {days}" => "除外 {days}", "comma_separator" => "、", ], + "mal" => [ + "Total Contributions" => "മൊത്തം സംഭാവനകൾ", + "Current Streak" => "നിലവിലെ സ്ട്രീക്ക്", + "Longest Streak" => " +ഏറ്റവും ദൈർഘ്യമേറിയ സ്ട്രീക്ക്", + "Week Streak" => "പ്രതിവാര സ്ട്രീക്ക്", + "Longest Week Streak" => "ദൈർഘ്യമേറിയ ആഴ്ച സ്‌ട്രീക്ക്", + "Present" => "ഇപ്പം", + "Excluding {days}" => "{days} ഒഴികെ", + "comma_separator" => "、", + ], ]; From e0be7b077c888ac4230034648ac0fe3a3d687f9e Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Tue, 30 Sep 2025 09:26:04 +0300 Subject: [PATCH 2/2] Update alphabetical order --- src/translations.php | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/translations.php b/src/translations.php index f9e97416..cb510e2b 100644 --- a/src/translations.php +++ b/src/translations.php @@ -282,6 +282,16 @@ "Present" => "현재", "Excluding {days}" => "{days}를 제외하고", ], + "mal" => [ + "Total Contributions" => "മൊത്തം സംഭാവനകൾ", + "Current Streak" => "നിലവിലെ സ്ട്രീക്ക്", + "Longest Streak" => "ഏറ്റവും ദൈർഘ്യമേറിയ സ്ട്രീക്ക്", + "Week Streak" => "പ്രതിവാര സ്ട്രീക്ക്", + "Longest Week Streak" => "ദൈർഘ്യമേറിയ ആഴ്ച സ്‌ട്രീക്ക്", + "Present" => "ഇപ്പം", + "Excluding {days}" => "{days} ഒഴികെ", + "comma_separator" => "、", + ], "mr" => [ "Total Contributions" => "एकूण योगदान", "Current Streak" => "साध्यकालीन सातत्यता", @@ -541,15 +551,4 @@ "Excluding {days}" => "除外 {days}", "comma_separator" => "、", ], - "mal" => [ - "Total Contributions" => "മൊത്തം സംഭാവനകൾ", - "Current Streak" => "നിലവിലെ സ്ട്രീക്ക്", - "Longest Streak" => " -ഏറ്റവും ദൈർഘ്യമേറിയ സ്ട്രീക്ക്", - "Week Streak" => "പ്രതിവാര സ്ട്രീക്ക്", - "Longest Week Streak" => "ദൈർഘ്യമേറിയ ആഴ്ച സ്‌ട്രീക്ക്", - "Present" => "ഇപ്പം", - "Excluding {days}" => "{days} ഒഴികെ", - "comma_separator" => "、", - ], ];