Skip to content

Commit

Permalink
Plural: ar(3.14) === "few" (expected "other")
Browse files Browse the repository at this point in the history
  • Loading branch information
rxaviers committed Sep 26, 2014
1 parent 2e134e5 commit 95126bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"cldr-data": ">=25"
},
"devDependencies": {
"CLDRPluralRuleParser": "santhoshtr/CLDRPluralRuleParser#v1.1.3",
"CLDRPluralRuleParser": "santhoshtr/CLDRPluralRuleParser#6b17882b834b1ab8bb3a593fd66529c9822dd6d7",
"es5-shim": "3.4.0",
"qunit": "1.12.0",
"requirejs": "2.1.9",
Expand Down
2 changes: 1 addition & 1 deletion test/unit/plural/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ QUnit.test( "should return plural form of different locales", function( assert )
assert.equal( pluralForm( 103, ar ), "few" );
assert.equal( pluralForm( 111, ar ), "many" );
assert.equal( pluralForm( 199, ar ), "many" );
assert.equal( pluralForm( 3.14, ar ), "few" );
assert.equal( pluralForm( 3.14, ar ), "other" );

assert.equal( pluralForm( 0, ja ), "other" );
assert.equal( pluralForm( 1, ja ), "other" );
Expand Down

0 comments on commit 95126bf

Please sign in to comment.