X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e304ddc63e67fcf4176145e5405abdc0ff7ddd0b..8d1372958ce4a205f11fcdd44cf6e9cac8429a69:/wolnelektury/settings/locale.py diff --git a/wolnelektury/settings/locale.py b/wolnelektury/settings/locale.py index 121814a8d..8a4d64d36 100644 --- a/wolnelektury/settings/locale.py +++ b/wolnelektury/settings/locale.py @@ -5,6 +5,7 @@ from settings.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')