From 08308ee14dc80e778778bbfd592b5d1cdc44fc96 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 17 Jun 2017 18:39:41 +0530 Subject: [PATCH] Fix python brace format check not being done by pofilter --- setup/translations.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/translations.py b/setup/translations.py index 25d21c0781..2d329903cd 100644 --- a/setup/translations.py +++ b/setup/translations.py @@ -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',