feat(i18n): Add Polish locale support (#2480)

* Deploying to main from @ stalwartlabs/stalwart@4919cf55fc 🚀

* Deploying to main from @ stalwartlabs/stalwart@bd27e0d290 🚀

* feat(i18n): Add Polish locale support

---------

Co-authored-by: mdecimus <mdecimus@users.noreply.github.com>
This commit is contained in:
Jakub Przybysz
2025-12-25 11:15:49 +01:00
committed by GitHub
parent d854095a51
commit 45cf2c2154
2 changed files with 45 additions and 0 deletions

View File

@@ -186,6 +186,7 @@ impl Language {
"ca" => Language::Catalan,
"el" => Language::Greek,
"sv" => Language::Swedish,
"pl" => Language::Polish
)
.copied()
}