Skip to content
Snippets Groups Projects
Verified Commit 25477649 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Activate Ukrainian as language

parent 8ffaa41e
No related branches found
No related tags found
1 merge request!1040Activate Ukrainian as language
Pipeline #72493 passed
......@@ -9,6 +9,11 @@ and this project adheres to `Semantic Versioning`_.
Unreleased
----------
Added
~~~~~
* Add Ukrainian locale (contributed by Sergiy Gorichenko from Fre(i)e Software GmbH).
`2.9`_ - 2022-05-25
-------------------
......
......@@ -539,6 +539,7 @@ AUTHENTICATION_BACKENDS.append("allauth.account.auth_backends.AuthenticationBack
LANGUAGES = [
("en", _("English")),
("de", _("German")),
("uk", _("Ukrainian")),
]
LANGUAGE_CODE = _settings.get("l10n.lang", "en")
TIME_ZONE = _settings.get("l10n.tz", "UTC")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment