https://bugzilla.wikimedia.org/show_bug.cgi?id=51284

       Web browser: ---
            Bug ID: 51284
           Summary: javascript side plural feature does not support
                    explicit plural forms
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Internationalization
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Gerrit change 23943 had added support for explicit plural forms like n=form
(eg: There {{plural:$1| is one car| are $1 cars|0=are no cars|12=are a dozen
cars}} ). See
http://www.mediawiki.org/wiki/Localisation#.E2.80.A6on_numbers_via_PLURAL for
more description.

But this is not currently supported in javascript side.

There {{plural:$1|is one car|are $1 cars|0=are no cars|12=are a dozen cars}}
with 12 should give "There are a dozen cars"

Now we get "There are 12 cars"

-- 
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

Reply via email to