From 96cadea86bb435ec02745efbf5873e6280fe640d Mon Sep 17 00:00:00 2001 From: Petrosdevri Date: Thu, 23 Mar 2023 18:35:47 +0200 Subject: [PATCH] Added Greek translation --- src/translations.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/translations.php b/src/translations.php index ff205fdc..45a1f161 100644 --- a/src/translations.php +++ b/src/translations.php @@ -80,6 +80,14 @@ "Longest Week Streak" => "Längste Wochenserie", "Present" => "Heute", ], + "el" => [ + "Total Contributions" => "Συνολικές Συνεισφορές", + "Current Streak" => "Τρέχουσα Σειρά", + "Longest Streak" => "Μεγαλύτερη Σειρά", + "Week Streak" => "Εβδομαδιαία Σειρά", + "Longest Week Streak" => "Μεγαλύτερη Εβδομαδιαία Σειρά", + "Present" => "Σήμερα", + ], "es" => [ "Total Contributions" => "Contribuciones Totales", "Current Streak" => "Racha Actual",