Use fitplural added in upstream revision 1404284. Refs #2539.

This was SVN commit r15913.
This commit is contained in:
leper 2014-10-28 16:03:19 +00:00
parent 7f1fd01174
commit 10d13a991c

View File

@ -102,7 +102,7 @@ def generateTemplatesForMessagesFile(messagesFilePath):
template.add(msg)
template.set_encoding("utf-8")
template.sync()
template.sync(fitplural=True)
print(u"Generated \"{}\" with {} messages.".format(templateSettings["output"], len(template)))