mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
added czech locale
This commit is contained in:
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)
|
||||
|
||||
Reference in New Issue
Block a user