This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 975
Add currency symbols where appropriate #3533
Comments
Test plan: #6249 (comment) |
This needs to be changed to use ISO 4217 3-letter codes instead of symbols. |
I'll get this squared away |
let's declare this done! |
I added |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using a library like https://www.npmjs.com/package/currency-symbol-map it would be nice to add currency symbols on the ledger settings pages for the appropriate currency type.
It looks like "currency" is stored in state as a string (https://github.com/brave/browser-laptop/blob/master/docs/state.md#L403), so we should just be able to pipe it through a library like the one above and then prepend it to the currency number.
The text was updated successfully, but these errors were encountered: