Enabled the Czech (cs-cz) translations

This commit is contained in:
Michel Weimerskirch
2022-02-18 09:08:02 +01:00
parent f1979e011c
commit 20865d7567
3 changed files with 3 additions and 0 deletions

View File

@@ -302,6 +302,7 @@ LANGUAGE_CODE = 'en-us'
LANGUAGES = [
("en-us", _("English (US)")), # needs to be first to act as fallback language
("cs-cz", _("Czech")),
("da-dk", _("Danish")),
("de-de", _("German")),
("en-gb", _("English (GB)")),