ICU-10404 Last minute plural update
X-SVN-Rev: 34342
This commit is contained in:
parent
76fce4a987
commit
04f6fc24f4
@ -521,13 +521,12 @@ plurals:table(nofallback){
|
||||
}
|
||||
set27{
|
||||
one{
|
||||
"i = 1 and v = 0 or f = 1 @integer 1 @decimal 0.1, 1.1, 2.1, 3.1, 4.1"
|
||||
", 5.1, 6.1, 7.1, 10.1, 100.1, 1000.1, …"
|
||||
"i = 1 and v = 0 or i = 0 and t = 1 @integer 1 @decimal 0.1, 0.01, 0."
|
||||
"10, 0.001, 0.010, 0.100, 0.0001, 0.0010, 0.0100, 0.1000"
|
||||
}
|
||||
other{
|
||||
" @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, …"
|
||||
", 0.2~1.6, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
|
||||
}
|
||||
}
|
||||
set28{
|
||||
@ -538,14 +537,10 @@ plurals:table(nofallback){
|
||||
}
|
||||
}
|
||||
set29{
|
||||
one{
|
||||
"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, …"
|
||||
}
|
||||
one{"n = 1 and v = 0 @integer 1"}
|
||||
other{
|
||||
" @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."
|
||||
"0, …"
|
||||
"~1.5, 10.0, 100.0, 1000.0, 10000.0, 100000.0, 1000000.0, …"
|
||||
}
|
||||
}
|
||||
set3{
|
||||
|
Loading…
Reference in New Issue
Block a user