Skip to content

Commit f96c848

Browse files
authored
Merge pull request #8619 from jepler/fix-msg-build
missed a spot to update filename to synthetic.pot
2 parents 4a311bd + ae8d359 commit f96c848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/check_translations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
template_filename = sys.argv[1]
1414
po_filenames = sys.argv[2:]
1515

16-
synthetic = polib.pofile("locale/synthetic.po")
16+
synthetic = polib.pofile("locale/synthetic.pot")
1717
synthetic_ids = set([x.msgid for x in synthetic])
1818
template = polib.pofile(template_filename)
1919
all_ids = set([x.msgid for x in template]) - synthetic_ids

0 commit comments

Comments
 (0)