From: Bruno Haible Date: Fri, 6 Apr 2001 14:35:29 +0000 (+0000) Subject: Change plural formula for Russian. X-Git-Tag: v0.10.37~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60b1af7a497ec7da5e8cd538141f52d5a017ef2c;p=thirdparty%2Fgettext.git Change plural formula for Russian. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index d23933603..7f7d30d10 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2001-04-06 Bruno Haible + + * plural-2: Change formula and result for ru. + 2001-04-04 Bruno Haible * msgfmt-3: Set LC_MESSAGES=C, to filter out specific warnings. diff --git a/tests/plural-2 b/tests/plural-2 index 2b6dedade..f8410ceac 100755 --- a/tests/plural-2 +++ b/tests/plural-2 @@ -22,8 +22,8 @@ gd n==1 ? 0 : n==2 ? 1 : 2 20122222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222 ru -n==1 ? 0 : n%10>=2 && n%10<=4 ? 1 : 2 -20111222222211122222221112222222111222222211122222221112222222111222222211122222221112222222111222222211122222221112222222111222222211122222221112222222111222222211122222221112222222111222222211122222 +n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2 +20111222222222222222201112222220111222222011122222201112222220111222222011122222201112222220111222222011122222222222222220111222222011122222201112222220111222222011122222201112222220111222222011122222 pl n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2 20111222222222222222221112222222111222222211122222221112222222111222222211122222221112222222111222222211122222222222222222111222222211122222221112222222111222222211122222221112222222111222222211122222