Skip to content

Commit

Permalink
feat: Added Greek translations (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
Petrosdevri authored Mar 23, 2023
1 parent e1d6442 commit 5da0852
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5da0852

Please sign in to comment.