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

Fix broken test for missing plurals

parent 4ff6a0d9
......@@ -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