mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-08 15:24:27 +01:00
Fix python brace format check not being done by pofilter
This commit is contained in:
parent
0f8f0bc8a3
commit
08308ee14d
1 changed files with 1 additions and 0 deletions
|
|
@ -558,6 +558,7 @@ def check_for_errors(self):
|
|||
tpath = self.j(self.TRANSLATIONS, __appname__)
|
||||
pofilter = ('pofilter', '-i', tpath, '-o', errors,
|
||||
'-t', 'accelerators', '-t', 'escapes', '-t', 'variables',
|
||||
'-t', 'pythonbraceformat',
|
||||
# '-t', 'xmltags',
|
||||
# '-t', 'brackets',
|
||||
# '-t', 'emails',
|
||||
|
|
|
|||
Loading…
Reference in a new issue