Browse Source

django: turn off i18n

yed_ 12 years ago
parent
commit
eb0cc1ac5d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      django-stripped/hello/hello/settings.py
  2. 1 1
      django/hello/hello/settings.py

+ 1 - 1
django-stripped/hello/hello/settings.py

@@ -38,7 +38,7 @@ SITE_ID = 1
 
 # If you set this to False, Django will make some optimizations so as not
 # to load the internationalization machinery.
-USE_I18N = True
+USE_I18N = False
 
 # If you set this to False, Django will not format dates, numbers and
 # calendars according to the current locale.

+ 1 - 1
django/hello/hello/settings.py

@@ -38,7 +38,7 @@ SITE_ID = 1
 
 # If you set this to False, Django will make some optimizations so as not
 # to load the internationalization machinery.
-USE_I18N = True
+USE_I18N = False
 
 # If you set this to False, Django will not format dates, numbers and
 # calendars according to the current locale.