Commit 76867dba authored by Michal Čihař's avatar Michal Čihař

Define abstract method

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent ad57681f
......@@ -41,3 +41,9 @@ class PluralCzechCheck(TargetCheck):
if self.is_language(unit, ('cs', )):
return targets[1] == targets[2]
return False
def check_single(self, source, target, unit, cache_slot):
'''
We don't check target strings here.
'''
return False
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