Update plural rules for Hebrew
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Thu, 21 Mar 2013 09:37:25 +0000 (11:37 +0200)
committerAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Fri, 22 Mar 2013 13:21:50 +0000 (15:21 +0200)
commit40c01f24925c65bc9e5fa03758e3e81b79740d99
tree004225f1626e0e6633c18a5556dc7f47a82fa351
parent1736362cb4dcf3c691dfbde67dc129432028a9a5
Update plural rules for Hebrew

A recent CLDR update changed the plural rules for Hebrew
and added a "many" form. That rule has a mistake, however -
it is not supposed to include the number 10. This is reported as
http://unicode.org/cldr/trac/ticket/5828

This commit updates the plural overrides for Hebrew and makes
them closer to the latest CLDR, but with a fix for that rule.

It also updates the tests to include support for the new rule
and to make sure that the right fallbacks are used when
less than four rules are supplied, because usually that is
the case. It is thus a partial revert of the changes introduced
in I3d72e4105f6244b0695116940e62a2ddef66eb66 .

Mingle-Task: 2715

Change-Id: I1315e6900ef7a89bf246e748b786f7fc31a629c6
languages/data/plurals-mediawiki.xml
tests/phpunit/languages/LanguageHeTest.php