small
This commit is contained in:
@@ -17,7 +17,7 @@ https://docs.djangoproject.com/en/1.9/ref/settings/
|
||||
# -*- coding: utf-8 -*-
|
||||
import os
|
||||
from YamJam import yamjam
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
#from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
# Read configuration (passwords, keys, secrets) from YamJam configuration
|
||||
# You have to create your own config.yaml in the project directory
|
||||
@@ -229,10 +229,6 @@ LOCALE_PATHS = (
|
||||
# os.path.join(BASE_DIR, 'cvkbrno/locale'),
|
||||
)
|
||||
|
||||
LANGUAGES = (
|
||||
('cs',_(u'Czech')),
|
||||
('nl',_(u'Dutch'))
|
||||
)
|
||||
|
||||
LANGUAGE_CODE = 'en-us'
|
||||
LANGUAGE_COOKIE_NAME = 'wm_lang'
|
||||
|
||||
Reference in New Issue
Block a user