Author: martins+bugzilla
Description:
The {{plural:}} magic word will expand some expressions, but not others. This is a little confusing, especially as the advertised use of expressions (x mod 10, for Russian-like languages) isn't supported by default.
Examples:
{{plural:0|is|are}} → are (OK)
{{plural:1*1|is|are}} → is (OK)
{{plural:21 mod 10|is|are}} → are (UNEXPECTED)
{{plural:{{#expr:21 mod 10}}|is|are}} → is (OK)
{{plural:1|is|are}} → is (OK)
{{plural:2|is|are}} → are (OK)
Version: unspecified
Severity: normal