From c5d52b8b7479b20ac2d443f22e0ce4a99866a9b8 Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Wed, 14 Aug 2013 17:03:21 -0400 Subject: [PATCH] turn off i18n --- cms/envs/common.py | 2 +- lms/envs/common.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cms/envs/common.py b/cms/envs/common.py index cd92f17b1d..9d246edece 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -201,7 +201,7 @@ STATICFILES_DIRS = [ TIME_ZONE = 'America/New_York' # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name LANGUAGE_CODE = 'en' # http://www.i18nguy.com/unicode/language-identifiers.html -USE_I18N = True +USE_I18N = False USE_L10N = True # Localization strings (e.g. django.po) are under this directory diff --git a/lms/envs/common.py b/lms/envs/common.py index 0579fc94d6..f4ecb318f6 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -378,7 +378,7 @@ FAVICON_PATH = 'images/favicon.ico' # Locale/Internationalization TIME_ZONE = 'America/New_York' # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name LANGUAGE_CODE = 'en' # http://www.i18nguy.com/unicode/language-identifiers.html -USE_I18N = True +USE_I18N = False USE_L10N = True # Localization strings (e.g. django.po) are under this directory