ICU-4080 fix nl number spellout

X-SVN-Rev: 16913
This commit is contained in:
Doug Felt 2004-12-03 23:26:50 +00:00
parent 937bd376ff
commit d31f339917

View file

@ -10,8 +10,7 @@ nl {
//------------------------------------------------------------
// Rule Based Number Format Support
//------------------------------------------------------------
// * Spellout rules for Dutch
// can someone supply me with information on negatives and decimals?
SpelloutRules {
"-x: min >>;\n"
"x.x: << komma >>;\n"
@ -29,9 +28,8 @@ nl {
"100: << honderd[ >>];\n"
"1000: << duizend[ >>];\n"
"1,000,000: << miljoen[ >>];\n"
"1,000,000,000: << biljoen[ >>];\n"
"1,000,000,000,000: << triljoen[ >>];\n"
"1,000,000,000: << miljard[ >>];\n"
"1,000,000,000,000: << biljoen[ >>];\n"
"1,000,000,000,000,000: =#,##0="
}
}