From 661406f1f400bad51b2f9cee52b2eed69af8f56f Mon Sep 17 00:00:00 2001 From: Nikolaos Pothitos Date: Fri, 23 Aug 2024 21:49:04 +0300 Subject: [PATCH] Fix "ago" translation to Greek --- arrow/locales.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow/locales.py b/arrow/locales.py index cd00b035..c5996e4f 100644 --- a/arrow/locales.py +++ b/arrow/locales.py @@ -654,7 +654,7 @@ class FrenchCanadianLocale(FrenchBaseLocale, Locale): class GreekLocale(Locale): names = ["el", "el-gr"] - past = "{0} πριν" + past = "πριν από {0}" future = "σε {0}" and_word = "και"