fixed path + added language option dutch (nl)

This commit is contained in:
vabene1111 2020-06-04 09:57:28 +02:00
parent 6b8a231eee
commit 8aa8f15ad7
3 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -139,6 +139,7 @@ USE_TZ = True
LANGUAGES = [
('de', _('German')),
('en', _('English')),
('nl', _('Dutch')),
]
# Static files (CSS, JavaScript, Images)