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

Merge remote-tracking branch 'origin/master'

parents be42134c 4808aa4f
......@@ -59,7 +59,8 @@ def plural_check(f):
@plural_check
def check_same(source, target, flags, language):
if language.code.split('_') == 'en':
print language.code.split('_')
if language.code.split('_')[0] == 'en':
return False
return (source == target)
......
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