fixed path + added language option dutch (nl)
This commit is contained in:
parent
6b8a231eee
commit
8aa8f15ad7
BIN
cookbook/locale/nl/LC_MESSAGES/django.mo
Normal file
BIN
cookbook/locale/nl/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
@ -139,6 +139,7 @@ USE_TZ = True
|
||||
LANGUAGES = [
|
||||
('de', _('German')),
|
||||
('en', _('English')),
|
||||
('nl', _('Dutch')),
|
||||
]
|
||||
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
|
Loading…
Reference in New Issue
Block a user