https://bugzilla.wikimedia.org/show_bug.cgi?id=27233
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Bawolff <[email protected]> 2011-02-08 03:51:48 UTC --- Is plural supposed to expand any expressions at all. I thought it was supposed to work {{plural:<some number>|foo|bar}} and if the number needs to be modded 10 in the content laguage, the software will do it. For example in russian (This is my understanding. could be wrong) {{plural:1|foo|bar|baz}} = {{plural:21|foo|bar|baz}} = foo {{plural:2|foo|bar|baz}} = {{plural:3|foo|bar|baz}} = bar {{plural:0|foo|bar|baz}} = {{plural:5|foo|bar|baz}} = baz (I'll leave this open in case i totally misunderstood how plural works and just made a fool of myself) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
