From 629bfb058dbdb6f2fdbe21d38c878e1b247e1d2c Mon Sep 17 00:00:00 2001 From: Moritz Pfeiffer Date: Tue, 3 Dec 2013 10:43:24 +0100 Subject: [PATCH] Enabled sample project localization to test translations. --- sample_project/sample_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample_project/sample_project/settings.py b/sample_project/sample_project/settings.py index 6fa84d6..3c2b32e 100755 --- a/sample_project/sample_project/settings.py +++ b/sample_project/sample_project/settings.py @@ -40,7 +40,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 = False +USE_I18N = True # If you set this to False, Django will not format dates, numbers and # calendars according to the current locale.