X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/640e6f5c1e85d05d728cd29a129df9ea8aa8f31f..26f3ed051ee8f2c5caa7a3119bcf30e5310d5266:/wolnelektury/settings/locale.py diff --git a/wolnelektury/settings/locale.py b/wolnelektury/settings/locale.py index 7b951fbc9..5069051f9 100644 --- a/wolnelektury/settings/locale.py +++ b/wolnelektury/settings/locale.py @@ -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')