mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Enabled the Danish (da-dk) translations
This commit is contained in:
parent
6ab2e881a3
commit
01c139ef2d
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
|
||||
("da-dk", _("Danish")),
|
||||
("de-de", _("German")),
|
||||
("en-gb", _("English (GB)")),
|
||||
("es-es", _("Spanish")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue