mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-07 09:01:38 -04:00
Fix python brace format check not being done by pofilter
This commit is contained in:
parent
0f8f0bc8a3
commit
08308ee14d
@ -558,6 +558,7 @@ class GetTranslations(Translations): # {{{
|
||||
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…
x
Reference in New Issue
Block a user