diff -r 45b43f275ca1 -r c553769a65af i18n/mki18n.py --- a/i18n/mki18n.py Tue Oct 09 12:05:43 2018 +0300 +++ b/i18n/mki18n.py Tue Oct 09 13:50:29 2018 +0300 @@ -149,7 +149,7 @@ messages_file.write('\n') words_found = {} - for filepath in appfil_file.xreadlines(): + for filepath in appfil_file.readlines(): code_file = open(filepath.strip(), 'r') for match in regexp.finditer(code_file.read()): word = match.group(1)