mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Enabled the Danish (da-dk) translations
This commit is contained in:
@@ -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")),
|
||||
|
Reference in New Issue
Block a user