Opened 6 years ago
Last modified 5 years ago
#18885 new defect
Wrong currency format for sk-sk
Reported by: | adros | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.14 |
Component: | Internationalization | Version: | 1.11.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The currency format (dojo/cldr/nls/number) for locale sk-sk is wrong. Brackets are not used to display negative value in slovak locale, but the minus sign is.
-10$ instead of (10$)
I have checked the last changes of dojo/cldr/nls/sk/number.js made due to ticket #17770 and the format was taken from CLDR v25. I have checked cldr data, and there are two currency formats:
"accounting": "¤#,##0.00;(¤#,##0.00)", "standard": "¤#,##0.00",
I suppose the standard format should be used.
I have checked another locale en-au, which also have defined 'accounting' and 'standard' currency formats, but in dojo nls file, there is correct 'standard' format used.
Change History (5)
comment:1 Changed 6 years ago by
Milestone: | tbd → 1.12 |
---|---|
Priority: | undecided → high |
comment:2 Changed 6 years ago by
Milestone: | 1.12 → 1.12.1 |
---|
comment:3 Changed 5 years ago by
Milestone: | 1.12.1 → 1.12.2 |
---|
comment:4 Changed 5 years ago by
Milestone: | 1.12.2 → 1.12.3 |
---|
comment:5 Changed 5 years ago by
Milestone: | 1.12.3 → 1.14 |
---|
Note: See
TracTickets for help on using
tickets.
Moving 1.12.1 tickets to 1.12.2