Hi,
I noticed that we haven't updated the plural rules in MediaWiki core. When I looked at the file, I also noticed that the syntax of the rules became significantly different.
Here's the file: http://unicode.org/cldr/trac/browser/tags/release-24/common/supplemental/plu...
Is there any plan to update it in the core?
-- Amir Elisha Aharoni · אָמִיר אֱלִישָׁע אַהֲרוֹנִי http://aharoni.wordpress.com “We're living in pieces, I want to live in peace.” – T. Moore
On Thursday, October 24, 2013, Amir E. Aharoni wrote:
Hi,
I noticed that we haven't updated the plural rules in MediaWiki core. When I looked at the file, I also noticed that the syntax of the rules became significantly different.
Here's the file:
http://unicode.org/cldr/trac/browser/tags/release-24/common/supplemental/plu...
Is there any plan to update it in the core?
There is a change in the syntax of these rules, especially for fractional support. We have a javascript parser for these rules[1] and a php parser[2]. Both need to be updated as per new syntax[3]
[1] https://github.com/santhoshtr/CLDRPluralRuleParser [2] https://git.wikimedia.org/blob/mediawiki%2Fcore/2041294b14a3d00c0812a1922ccf... [3] http://unicode.org/reports/tr35/tr35-numbers.html#Language_Plural_Rules
Thanks Santhosh
mediawiki-i18n@lists.wikimedia.org