From c36431312695b7557f4dbadbc6f18924ba57f11d Mon Sep 17 00:00:00 2001 From: Kent Edoloverio <69900896+kents00@users.noreply.github.com> Date: Wed, 13 Sep 2023 19:53:03 +0800 Subject: [PATCH 1/4] Added Philippines translations --- src/translations.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/translations.php b/src/translations.php index 0e3fddd7..3ebb2845 100644 --- a/src/translations.php +++ b/src/translations.php @@ -261,6 +261,14 @@ "Present" => "Vandaag", "Excluding" => "Exclusief", ], + "ph" => [ + "Total Contributions" => "Kabuuang Kontribusyon", + "Current Streak" => "Kasalukuyang Streak", + "Longest Streak" => "Pinakamahabang Streak", + "Week Streak" => "Linggong Streak", + "Longest Week Streak" => "Pinakamahabang Linggong Streak", + "Present" => "Kasalukuyan", + ], "pl" => [ "Total Contributions" => "Suma Kontrybucji", "Current Streak" => "Aktualna Seria", From 4e662d56e73a50e582d57a95726936ed87939147 Mon Sep 17 00:00:00 2001 From: Kent Edoloverio <69900896+kents00@users.noreply.github.com> Date: Fri, 15 Sep 2023 08:28:09 +0000 Subject: [PATCH 2/4] changing ph to fil --- src/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations.php b/src/translations.php index 3ebb2845..b9527884 100644 --- a/src/translations.php +++ b/src/translations.php @@ -261,7 +261,7 @@ "Present" => "Vandaag", "Excluding" => "Exclusief", ], - "ph" => [ + "fil" => [ "Total Contributions" => "Kabuuang Kontribusyon", "Current Streak" => "Kasalukuyang Streak", "Longest Streak" => "Pinakamahabang Streak", From 5738c3c3be160ba2f9616453ad7054fe0d388183 Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Fri, 15 Sep 2023 02:47:57 -0600 Subject: [PATCH 3/4] lint: sort locales alphabetically --- src/translations.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/translations.php b/src/translations.php index b9527884..1a4f4029 100644 --- a/src/translations.php +++ b/src/translations.php @@ -129,6 +129,14 @@ "Longest Week Streak" => "طولانی ترین پی‌رفت هفته", "Present" => "اکنون", ], + "fil" => [ + "Total Contributions" => "Kabuuang Kontribusyon", + "Current Streak" => "Kasalukuyang Streak", + "Longest Streak" => "Pinakamahabang Streak", + "Week Streak" => "Linggong Streak", + "Longest Week Streak" => "Pinakamahabang Linggong Streak", + "Present" => "Kasalukuyan", + ], "fr" => [ "Total Contributions" => "Contributions totales", "Current Streak" => "Séquence actuelle", @@ -261,14 +269,6 @@ "Present" => "Vandaag", "Excluding" => "Exclusief", ], - "fil" => [ - "Total Contributions" => "Kabuuang Kontribusyon", - "Current Streak" => "Kasalukuyang Streak", - "Longest Streak" => "Pinakamahabang Streak", - "Week Streak" => "Linggong Streak", - "Longest Week Streak" => "Pinakamahabang Linggong Streak", - "Present" => "Kasalukuyan", - ], "pl" => [ "Total Contributions" => "Suma Kontrybucji", "Current Streak" => "Aktualna Seria", From bdbc10ead155299e90c4ca9066430f2b516c4712 Mon Sep 17 00:00:00 2001 From: Kent Edoloverio <69900896+kents00@users.noreply.github.com> Date: Fri, 15 Sep 2023 09:31:42 +0000 Subject: [PATCH 4/4] include excluding in fil --- src/translations.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/translations.php b/src/translations.php index 1a4f4029..8164fc05 100644 --- a/src/translations.php +++ b/src/translations.php @@ -136,6 +136,7 @@ "Week Streak" => "Linggong Streak", "Longest Week Streak" => "Pinakamahabang Linggong Streak", "Present" => "Kasalukuyan", + "Excluding" => "Hindi Kasama", ], "fr" => [ "Total Contributions" => "Contributions totales",