added czech locale
This commit is contained in:
parent
9d28ce48fe
commit
7536425e39
BIN
cookbook/locale/cs/LC_MESSAGES/django.mo
Normal file
BIN
cookbook/locale/cs/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
@ -211,14 +211,15 @@ USE_L10N = True
|
||||
USE_TZ = True
|
||||
|
||||
LANGUAGES = [
|
||||
('en', _('English')),
|
||||
('de', _('German')),
|
||||
('nl', _('Dutch')),
|
||||
('fr', _('French')),
|
||||
('ca', _('Catalan')),
|
||||
('es', _('Spanish')),
|
||||
('cs', _('Czech')),
|
||||
('nl', _('Dutch')),
|
||||
('en', _('English')),
|
||||
('fr', _('French')),
|
||||
('de', _('German')),
|
||||
('it', _('Italian')),
|
||||
('lv', _('Latvian')),
|
||||
('es', _('Spanish')),
|
||||
]
|
||||
|
||||
# Static files (CSS, JavaScript, Images)
|
||||
|
Loading…
Reference in New Issue
Block a user