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:
@@ -186,6 +186,7 @@ impl Language {
|
||||
"ca" => Language::Catalan,
|
||||
"el" => Language::Greek,
|
||||
"sv" => Language::Swedish,
|
||||
"pl" => Language::Polish
|
||||
)
|
||||
.copied()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user