Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Add plural forms for Angika
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Nov 29, 2013
1 parent 42239ae commit b90f0ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zanata-war/src/main/resources/pluralforms.properties
Expand Up @@ -11,6 +11,7 @@ af=nplurals=2; plural=(n != 1)
ak=nplurals=2; plural=(n > 1)
am=nplurals=2; plural=(n > 1)
an=nplurals=2; plural=(n != 1)
anp=nplurals=2; plural=(n != 1)
ar=nplurals=6; plural= n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;
arn=nplurals=2; plural=(n > 1)
as=nplurals=2; plural=(n != 1)
Expand Down

0 comments on commit b90f0ef

Please sign in to comment.