ICU-1442 update Swedish number spellout - fix

X-SVN-Rev: 6833
This commit is contained in:
Doug Felt 2001-11-13 19:46:01 +00:00
parent 67101f9159
commit 6489792e65
2 changed files with 4 additions and 4 deletions

View File

@ -128,7 +128,7 @@ sv {
"%year:\n"
"=%neutrum=;\n"
"1000>: <%neutrum<hundra[\u00ad>>];\n"
"10,000: = %neutrum=;\n"
"10,000: =%neutrum=;\n"
// the same as default except we change the one's digit, wish there were a better way
"%neutrum:\n"
"-x: minus >>;\n"
@ -168,7 +168,7 @@ sv {
"70: sjuttio[>>];\n"
"80: \u00e5ttio[>>];\n"
"90: nittio[>>];\n"
"100: etthundra[\u00ad>>]\n"
"100: etthundra[\u00ad>>];\n"
"200: <<hundra[\u00ad>>];\n"
"1000: ettusen[ >>];\n"
"2000: <<\u00adtusen[ >>];\n"

View File

@ -128,7 +128,7 @@ sv {
"%year:\n"
"=%neutrum=;\n"
"1000>: <%neutrum<hundra[\u00ad>>];\n"
"10,000: = %neutrum=;\n"
"10,000: =%neutrum=;\n"
// the same as default except we change the one's digit, wish there were a better way
"%neutrum:\n"
"-x: minus >>;\n"
@ -168,7 +168,7 @@ sv {
"70: sjuttio[>>];\n"
"80: \u00e5ttio[>>];\n"
"90: nittio[>>];\n"
"100: etthundra[\u00ad>>]\n"
"100: etthundra[\u00ad>>];\n"
"200: <<hundra[\u00ad>>];\n"
"1000: ettusen[ >>];\n"
"2000: <<\u00adtusen[ >>];\n"