Update i18n.yml (#1873)

* Update i18n.yml

Added Catalan translation

* Update mod.rs
This commit is contained in:
jolupa
2025-07-20 15:28:35 +02:00
committed by GitHub
parent 4f84533fa1
commit 08980ac72e
2 changed files with 44 additions and 0 deletions

View File

@@ -170,6 +170,7 @@ impl Language {
"zu" => Language::Zulu,
"sn" => Language::Shona,
"ak" => Language::Akan,
"ca" => Language::Catalan,
)
.copied()
}