verify_translations.py: fix syntax error

This commit is contained in:
Francis Lachapelle
2016-01-13 10:49:29 -05:00
parent ea37a9cd29
commit 93d1c3d4e7

View File

@@ -106,7 +106,7 @@ def main():
#- Get only the label:value from all lines
recomp = re.compile('.label:[^=]*="([^$].*?)"')
find_missing_translations('../UI', 'wox', recomp, greylist)
find_missing_translations('../UI', 'wox', recomp, ())
#- [self labelForKey: @"Issuer"]
recomp = re.compile('\[self labelForKey: @"(.*?)"\]')