mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-4080 fix nl number spellout
X-SVN-Rev: 16913
This commit is contained in:
parent
937bd376ff
commit
d31f339917
1 changed files with 3 additions and 5 deletions
|
@ -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="
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue