Skip to content

Commit

Permalink
Fix "ago" translation to Greek
Browse files Browse the repository at this point in the history
  • Loading branch information
pothitos authored Aug 23, 2024
1 parent 2bd89ab commit 661406f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/locales.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ class FrenchCanadianLocale(FrenchBaseLocale, Locale):
class GreekLocale(Locale):
names = ["el", "el-gr"]

past = "{0} πριν"
past = "πριν από {0}"
future = "σε {0}"
and_word = "και"

Expand Down

0 comments on commit 661406f

Please sign in to comment.