Fix python brace format check not being done by pofilter

This commit is contained in:
Kovid Goyal 2017-06-17 18:39:41 +05:30
parent 0f8f0bc8a3
commit 08308ee14d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -558,6 +558,7 @@ class GetTranslations(Translations): # {{{
tpath = self.j(self.TRANSLATIONS, __appname__) tpath = self.j(self.TRANSLATIONS, __appname__)
pofilter = ('pofilter', '-i', tpath, '-o', errors, pofilter = ('pofilter', '-i', tpath, '-o', errors,
'-t', 'accelerators', '-t', 'escapes', '-t', 'variables', '-t', 'accelerators', '-t', 'escapes', '-t', 'variables',
'-t', 'pythonbraceformat',
# '-t', 'xmltags', # '-t', 'xmltags',
# '-t', 'brackets', # '-t', 'brackets',
# '-t', 'emails', # '-t', 'emails',