From 0e45943c5284ef34309645ad448a81d186e55e63 Mon Sep 17 00:00:00 2001 From: Kent Edoloverio <69900896+kents00@users.noreply.github.com> Date: Wed, 13 Sep 2023 20:36:19 +0800 Subject: [PATCH 1/4] Added Philippine(cebuano) translation --- src/translations.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/translations.php b/src/translations.php index 0e3fddd7..c073dfec 100644 --- a/src/translations.php +++ b/src/translations.php @@ -261,6 +261,14 @@ "Present" => "Vandaag", "Excluding" => "Exclusief", ], + "ph_CB" => [ + "Total Contributions" => "Kinatibuk-ang Kontribusyon", + "Current Streak" => "Kasamtangan nga Streak", + "Longest Streak" => "Pinakataas nga Streak", + "Week Streak" => "Sinemana nga Streak", + "Longest Week Streak" => "Pinakataas nga Semana nga Streak", + "Present" => "Karon", + ], "pl" => [ "Total Contributions" => "Suma Kontrybucji", "Current Streak" => "Aktualna Seria", From a2bf518cd9d236286d6bfac27f82fa20bffc1526 Mon Sep 17 00:00:00 2001 From: Kent Edoloverio <69900896+kents00@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:23:28 +0800 Subject: [PATCH 2/4] change ph_CB to ceb Thank you for your suggestion; it should be better readable in any case. Co-authored-by: Jonah Lawrence --- src/translations.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations.php b/src/translations.php index c073dfec..871c7dad 100644 --- a/src/translations.php +++ b/src/translations.php @@ -261,7 +261,7 @@ "Present" => "Vandaag", "Excluding" => "Exclusief", ], - "ph_CB" => [ + "ceb" => [ "Total Contributions" => "Kinatibuk-ang Kontribusyon", "Current Streak" => "Kasamtangan nga Streak", "Longest Streak" => "Pinakataas nga Streak", From ae3bfcd3a6682b8f7d354302cec966d4b3a39191 Mon Sep 17 00:00:00 2001 From: Jonah Lawrence Date: Fri, 15 Sep 2023 02:47:21 -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 871c7dad..90651ec8 100644 --- a/src/translations.php +++ b/src/translations.php @@ -84,6 +84,14 @@ "Present" => "Actual", "Excluding" => "Excloent", ], + "ceb" => [ + "Total Contributions" => "Kinatibuk-ang Kontribusyon", + "Current Streak" => "Kasamtangan nga Streak", + "Longest Streak" => "Pinakataas nga Streak", + "Week Streak" => "Sinemana nga Streak", + "Longest Week Streak" => "Pinakataas nga Semana nga Streak", + "Present" => "Karon", + ], "da" => [ "Total Contributions" => "Samlet antal bidrag", "Current Streak" => "Bidrag i træk", @@ -261,14 +269,6 @@ "Present" => "Vandaag", "Excluding" => "Exclusief", ], - "ceb" => [ - "Total Contributions" => "Kinatibuk-ang Kontribusyon", - "Current Streak" => "Kasamtangan nga Streak", - "Longest Streak" => "Pinakataas nga Streak", - "Week Streak" => "Sinemana nga Streak", - "Longest Week Streak" => "Pinakataas nga Semana nga Streak", - "Present" => "Karon", - ], "pl" => [ "Total Contributions" => "Suma Kontrybucji", "Current Streak" => "Aktualna Seria", From 3193dc9a861e3ee369eae0823704e8f9430c02e4 Mon Sep 17 00:00:00 2001 From: Kent Edoloverio <69900896+kents00@users.noreply.github.com> Date: Fri, 15 Sep 2023 09:32:12 +0000 Subject: [PATCH 4/4] Include excluding in ceb --- src/translations.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/translations.php b/src/translations.php index 90651ec8..fcb6f135 100644 --- a/src/translations.php +++ b/src/translations.php @@ -91,6 +91,7 @@ "Week Streak" => "Sinemana nga Streak", "Longest Week Streak" => "Pinakataas nga Semana nga Streak", "Present" => "Karon", + "Excluding" => "Wala'y Labot", ], "da" => [ "Total Contributions" => "Samlet antal bidrag",