From 2d43412d612356fe03486ea67a5364833e1baea8 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Wed, 25 Aug 2010 13:15:37 +0200 Subject: [PATCH 1/1] deactivated uk translation, for lack thereof --- wolnelektury/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolnelektury/settings.py b/wolnelektury/settings.py index 9396a1dd1..359f08f48 100644 --- a/wolnelektury/settings.py +++ b/wolnelektury/settings.py @@ -42,7 +42,7 @@ LANGUAGES = tuple(sorted([ ('fr', u'français'), ('ru', u'русский'), ('es', u'español'), - ('uk', u'українська'), + #('uk', u'українська'), ], key=lambda x: x[0])) -- 2.20.1