Opened 7 years ago
Closed 5 years ago
#17635 closed enhancement (wontfix)
[Patch][CLI] Add Korean Currency Simbol
Reported by: | youngho | Owned by: | dylan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.11 |
Component: | Internationalization | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I hope to support Korean Currency Simbol for Korean Currency.
Thanks,
Youngho
Attachments (1)
Change History (3)
Changed 7 years ago by
Attachment: | currency.patch added |
---|
comment:1 Changed 5 years ago by
Milestone: | tbd → 1.11 |
---|---|
Owner: | set to dylan |
Status: | new → assigned |
comment:2 Changed 5 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
The currency symbols are generated from the CLDR data ( please see the README at https://github.com/dojo/dojo/tree/master/cldr ). As such, to include the Korean Won in this way, it would just be overwritten the next time someone rebuilds the CLDR.
If there is consensus that the Korean won should be built by default into all releases, then we can update the CLDR data that we include, by creating a pull request against https://github.com/dojo/util/blob/master/buildscripts/cldr/build.xml#L19
@youngho, if you strongly believe this should be the case, please open a separate ticket for that issue. Or, if simply rebuilding the CLDR data that you need is sufficient, then that works as well. Thanks!