Skip to content

Commit ae8d359

Browse files
committed
missed a spot to update filename to synthetic.pot
1 parent 8e23a55 commit ae8d359

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)