]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Change plural formula for Russian.
authorBruno Haible <bruno@clisp.org>
Fri, 6 Apr 2001 14:35:29 +0000 (14:35 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 6 Apr 2001 14:35:29 +0000 (14:35 +0000)
tests/ChangeLog
tests/plural-2

index d239336036d9c595ff795a70bd77f9c7442490de..7f7d30d10e806ee253011503d60a70996a868994 100644 (file)
@@ -1,3 +1,7 @@
+2001-04-06  Bruno Haible  <haible@clisp.cons.org>
+
+       * plural-2: Change formula and result for ru.
+
 2001-04-04  Bruno Haible  <haible@clisp.cons.org>
 
        * msgfmt-3: Set LC_MESSAGES=C, to filter out specific warnings.
index 2b6dedadedcf5a3078b6797f9c13676374190b17..f8410ceacc77e052759b7ff3cba62131635744d2 100755 (executable)
@@ -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