mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
Enabled the Czech (cs-cz) translations
This commit is contained in:
parent
f9aa40fb57
commit
f42811285d
3 changed files with 3 additions and 0 deletions
|
|
@ -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)")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue