|
@@ -4,11 +4,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
"""Check lang files."""
|
|
@@ -76,7 +77,8 @@ def parse_txt(lang, no_warning):
|
|
|
rows = 1
|
|
|
|
|
|
if rows_count_translation > rows_count_source and rows_count_translation > rows:
|
|
|
- print(red("[E]: Text %s is longer then definiton on line %d rows diff=%d, EN=%s\n" % (translation, lines, rows_count_translation-rows, source)))
|
|
|
+ print(red("[E]: Text %s is longer then definition on line %d rows diff=%d\n[EN]:Text %s cols=%d rows=%d\n" % (translation, lines, rows_count_translation-rows, source, cols, rows)))
|
|
|
+
|
|
|
|
|
|
if len(src.readline()) != 1:
|
|
|
break
|