We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e23a55 commit ae8d359Copy full SHA for ae8d359
tools/check_translations.py
@@ -13,7 +13,7 @@
13
template_filename = sys.argv[1]
14
po_filenames = sys.argv[2:]
15
16
-synthetic = polib.pofile("locale/synthetic.po")
+synthetic = polib.pofile("locale/synthetic.pot")
17
synthetic_ids = set([x.msgid for x in synthetic])
18
template = polib.pofile(template_filename)
19
all_ids = set([x.msgid for x in template]) - synthetic_ids
0 commit comments