fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
3be4bd5
)
Merge branch 'master' of git@github.com:fnp/wolnelektury
author
Lukasz Anwajler
<lukasz@anwajler.com>
Mon, 30 Aug 2010 01:21:20 +0000
(20:21 -0500)
committer
Lukasz Anwajler
<lukasz@anwajler.com>
Mon, 30 Aug 2010 01:21:20 +0000
(20:21 -0500)
wolnelektury/settings.py
patch
|
blob
|
history
diff --git
a/wolnelektury/settings.py
b/wolnelektury/settings.py
index
359f08f
..
9396a1d
100644
(file)
--- 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]))