Merge branch 'master' into funding
[wolnelektury.git] / wolnelektury / settings / locale.py
index 7b951fb..5069051 100644 (file)
@@ -5,6 +5,7 @@ from .paths import PROJECT_DIR
 # If you set this to False, Django will make some optimizations so as not
 # to load the internationalization machinery.
 USE_I18N = True
+USE_L10N = True
 
 LOCALE_PATHS = [
     path.join(PROJECT_DIR, 'locale-contrib')