Merge pull request #8619 from jepler/fix-msg-build
missed a spot to update filename to synthetic.pot
This commit is contained in:
commit
f96c848881
|
@ -13,7 +13,7 @@ import polib
|
|||
template_filename = sys.argv[1]
|
||||
po_filenames = sys.argv[2:]
|
||||
|
||||
synthetic = polib.pofile("locale/synthetic.po")
|
||||
synthetic = polib.pofile("locale/synthetic.pot")
|
||||
synthetic_ids = set([x.msgid for x in synthetic])
|
||||
template = polib.pofile(template_filename)
|
||||
all_ids = set([x.msgid for x in template]) - synthetic_ids
|
||||
|
|
Loading…
Reference in New Issue