X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/640e6f5c1e85d05d728cd29a129df9ea8aa8f31f..6d7b11e4a01b2314c0527d94d91f3159c0bd34ce:/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')