Skip to content

Commit e85a61a

Browse files
Minor fix
1 parent 3a9d5e2 commit e85a61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/i18n/msgfmt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def main():
264264
if msgid == b'':
265265
continue
266266
strings += 1
267-
if msgstr.strip():
267+
if msgstr.strip() and msgstr != msgid:
268268
translated += 1
269269

270270
untranslated = strings - translated

0 commit comments

Comments
 (0)