fixed path + added language option dutch (nl)
This commit is contained in:
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)
|
||||
|
Reference in New Issue
Block a user