mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-4322 Fix Japanese rules.
X-SVN-Rev: 20095
This commit is contained in:
parent
dfaa45dca8
commit
3900519c47
1 changed files with 4 additions and 2 deletions
|
@ -40,7 +40,8 @@ ja {
|
|||
"10,000: <<\u842c[>>];\n"
|
||||
"100,000,000: <<\u5104[>>];\n"
|
||||
"1,000,000,000,000: <<\u5146[>>];\n"
|
||||
"10,000,000,000,000,000: =#,##0=;\n"
|
||||
/ "10,000,000,000,000,000: <<\u4eac[>>];\n"
|
||||
/ "100,000,000,000,000,000,000: =#,##0=;"
|
||||
"%traditional:\n"
|
||||
"-x: \u30de\u30a4\u30ca\u30b9>>;\n"
|
||||
"x.x: <<\u30fb>>;\n"
|
||||
|
@ -54,7 +55,8 @@ ja {
|
|||
"10,000: <<\u4e07[>>];\n"
|
||||
"100,000,000: <<\u5104[>>];\n"
|
||||
"1,000,000,000,000: <<\u5146[>>];\n"
|
||||
"10,000,000,000,000,000: =#,##0=;"
|
||||
"10,000,000,000,000,000: <<\u4eac[>>];\n"
|
||||
"100,000,000,000,000,000,000: =#,##0=;"
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue