Commit da8bfacb authored by Michal Čihař's avatar Michal Čihař

Allow to include : in the flags parsed from the translation files

Fixes #958
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent a1f53b3b
......@@ -48,7 +48,7 @@ import __builtin__
FILE_FORMATS = {}
FILE_DETECT = []
FLAGS_RE = re.compile(r'\b[-\w]+\b')
FLAGS_RE = re.compile(r'\b[-\w:]+\b')
LOCATIONS_RE = re.compile(r'^([+-]|.*, [+-]|.*:[+-])')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment