mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-23 06:56:31 +01:00
add dutch language
This commit is contained in:
parent
4d97a825d9
commit
5e75d84920
2 changed files with 4 additions and 2 deletions
|
|
@ -252,7 +252,8 @@ LANGUAGE_CODE = 'en-us'
|
|||
|
||||
LANGUAGES = [
|
||||
("en-us", _("English")),
|
||||
("de", _("German"))
|
||||
("de", _("German")),
|
||||
("nl-nl", _("Dutch"))
|
||||
]
|
||||
|
||||
LOCALE_PATHS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue