Update languages.py

This commit is contained in:
Leonel Câmara
2018-09-27 17:57:24 +01:00
committed by GitHub
parent f5638c8f6b
commit 19c41b308d
+1 -1
View File
@@ -325,7 +325,7 @@ def write_plural_dict(filename, contents):
fp.close()
def sort_function(x, y):
def sort_function(x):
return unicode(x, 'utf-8').lower()