Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
George Kalligeros committed Dec 25, 2024
1 parent 32a60d6 commit cb15c4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/i18n/el.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
*/
return array(
'yearly' => array(
'1' => 'ετήσιος',
'else' => 'κάθε %{interval} χρόνια'
),
'1' => 'ετησίως',
'else' => 'κάθε %{interval} χρόνια'
),
'monthly' => array(
'1' => 'μηνιαίως',
'else' => 'κάθε %{interval} μήνες'
),
'weekly' => array(
'1' => 'εβδομαδιαίος',
'1' => 'εβδομαδιαίως',
'2' => 'κάθε δεύτερη εβδομάδα',
'else' => 'κάθε %{interval} εβδομάδες'
),
'daily' => array(
'1' => 'καθημερινά',
'1' => 'καθημερινώς',
'2' => 'κάθε δεύτερη μέρα',
'else' => 'κάθε %{interval} μέρες'
),
Expand Down

0 comments on commit cb15c4a

Please sign in to comment.