]> granicus.if.org Git - icu/commitdiff
ICU-9518 Update for Breton plural rules fix in CLDR
authorJohn Emmons <emmo@us.ibm.com>
Wed, 29 Aug 2012 18:30:54 +0000 (18:30 +0000)
committerJohn Emmons <emmo@us.ibm.com>
Wed, 29 Aug 2012 18:30:54 +0000 (18:30 +0000)
X-SVN-Rev: 32293

icu4c/source/data/misc/plurals.txt

index 8777c80f3dd16023469318f5430957b9fef03ff5..7c4867d57019543d15a463fa961ce18801905f64 100644 (file)
@@ -310,10 +310,7 @@ plurals:table(nofallback){
         }
         set20{
             few{"n mod 10 in 3..4,9 and n mod 100 not in 10..19,70..79,90..99"}
-            many{
-                "n is not 0 and n mod 1000000 is 0 or n is not 0 and n mod 1000000000"
-                " is 0"
-            }
+            many{"n is not 0 and n mod 1000000 is 0"}
             one{"n mod 10 is 1 and n mod 100 not in 11,71,91"}
             two{"n mod 10 is 2 and n mod 100 not in 12,72,92"}
         }