diff -r b789b695b5c6 -r dd94b9a68c61 i18n/mki18n.py --- a/i18n/mki18n.py Tue Aug 15 15:50:30 2017 +0300 +++ b/i18n/mki18n.py Tue Aug 15 16:01:18 2017 +0300 @@ -110,7 +110,6 @@ return languageDict - def processCustomFiles(filein, fileout, regexp, prefix = ''): appfil_file = open(filein, 'r') messages_file = open(fileout, 'r')