Greek locale support (#2212)

* Add hellenic (greek) translations to i18n.yml

* Hellenic language (Greek) changes to mod.rs

* fix dates in  i18n.yml

---------

Co-authored-by: Maurus Decimus <mauro@stalw.art>
This commit is contained in:
infl00pLabs
2025-10-21 17:51:54 +03:00
committed by GitHub
parent 8567cd8a77
commit 467deb8cdc
2 changed files with 46 additions and 0 deletions

View File

@@ -171,6 +171,7 @@ impl Language {
"sn" => Language::Shona,
"ak" => Language::Akan,
"ca" => Language::Catalan,
"el" => Language::Greek,
"sv" => Language::Swedish,
)
.copied()