Limit list of languages
This commit is contained in:
parent
4e49093064
commit
c1c1b44d3b
@ -38,6 +38,11 @@ TIME_ZONE = 'Europe/Prague'
|
|||||||
# http://www.i18nguy.com/unicode/language-identifiers.html
|
# http://www.i18nguy.com/unicode/language-identifiers.html
|
||||||
LANGUAGE_CODE = 'en-us'
|
LANGUAGE_CODE = 'en-us'
|
||||||
|
|
||||||
|
LANGUAGES = (
|
||||||
|
('cs', u'Česky'),
|
||||||
|
('en', 'English'),
|
||||||
|
)
|
||||||
|
|
||||||
SITE_ID = 1
|
SITE_ID = 1
|
||||||
|
|
||||||
# If you set this to False, Django will make some optimizations so as not
|
# If you set this to False, Django will make some optimizations so as not
|
||||||
|
Loading…
Reference in New Issue
Block a user