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.
2 parents 4a311bd + ae8d359 commit f96c848Copy full SHA for f96c848
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