Commit 50019a1f authored by Michal Čihař's avatar Michal Čihař

Split flags here as well (see d3e31e76)

parent d3e31e76
......@@ -392,7 +392,7 @@ class SameCheck(TargetCheck):
result = True
else:
# Strip format strings
stripped = self.strip_string(lower_source, unit.flags)
stripped = self.strip_string(lower_source, unit.flags.split(', '))
# Ignore strings which don't contain any string to translate
# or just single letter (usually unit or something like that)
......
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