ICU-10404 Last minute plural update

X-SVN-Rev: 34342
This commit is contained in:
John Emmons 2013-09-17 03:47:37 +00:00
parent 76fce4a987
commit 04f6fc24f4

View File

@ -521,13 +521,12 @@ plurals:table(nofallback){
} }
set27{ set27{
one{ one{
"i = 1 and v = 0 or f = 1 @integer 1 @decimal 0.1, 1.1, 2.1, 3.1, 4.1" "i = 1 and v = 0 or i = 0 and t = 1 @integer 1 @decimal 0.1, 0.01, 0."
", 5.1, 6.1, 7.1, 10.1, 100.1, 1000.1, …" "10, 0.001, 0.010, 0.100, 0.0001, 0.0010, 0.0100, 0.1000"
} }
other{ other{
" @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0" " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0"
", 0.2~1.0, 1.2~1.7, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000." ", 0.2~1.6, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
"0, …"
} }
} }
set28{ set28{
@ -538,14 +537,10 @@ plurals:table(nofallback){
} }
} }
set29{ set29{
one{ one{"n = 1 and v = 0 @integer 1"}
"n = 1 or t = 1 @integer 1 @decimal 0.1, 1.0, 1.1, 2.1, 3.1, 4.1, 5.1"
", 6.1, 7.1, 10.1, 100.1, 1000.1, …"
}
other{ other{
" @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0" " @integer 0, 2~16, 100, 1000, 10000, 100000, 1000000, … @decimal 0.0"
", 0.2~0.9, 1.2~1.8, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000." "~1.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
"0, …"
} }
} }
set3{ set3{