translate icon indicating copy to clipboard operation
translate copied to clipboard

[WIP] Add check for untranslated plural targets.

Open unho opened this issue 7 years ago • 1 comments

This only reports failure if either:

  • There is any plural target translated while there is any other untranslated,
  • The unit's plural target count differs from the language's nplural.

The second reason is because because otherwise no error would be reported if for example a unit has more plural targets than its language's nplurals, but only has translated exactly the same number of plural targets as the language's nplurals.

Fixes #3598.

unho avatar Mar 24 '17 15:03 unho

Please review comments, otherwise lgtm

dwaynebailey avatar Mar 24 '17 16:03 dwaynebailey