Skip to content
Snippets Groups Projects

Activate Ukrainian as language

Merged Jonathan Weth requested to merge feature/uk into master
2 files
+ 6
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -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")
Loading