From 352324df09a4f2efad461006f4a3a9664d21d0bd Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Wed, 4 Apr 2012 12:18:57 +0200 Subject: [PATCH] enable it --- wolnelektury/settings/locale.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolnelektury/settings/locale.py b/wolnelektury/settings/locale.py index 7f9e90574..121814a8d 100644 --- a/wolnelektury/settings/locale.py +++ b/wolnelektury/settings/locale.py @@ -26,5 +26,5 @@ LANGUAGES = tuple(sorted([ ('es', u'español'), ('uk', u'українська'), # ('jp', u'日本語'), -# ('it', u'italiano'), + ('it', u'italiano'), ], key=lambda x: x[0])) -- 2.20.1