Commit 4f489daf authored by Michal Čihař's avatar Michal Čihař

Merge remote-tracking branch 'origin/master'

parents 2596b95d ebcef316
......@@ -263,7 +263,7 @@ def check_plurals(sources, targets, flags, language, unit):
# Check for empty translation
return ('' in targets)
CHECKS['plurals'] = (_('Missing plurals'), check_c_format, _('Some plural forms are not translated'))
CHECKS['plurals'] = (_('Missing plurals'), check_plurals, _('Some plural forms are not translated'))
# Check for inconsistent translations
......
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