-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
Currently, using a message like Your total is: {amount, number, currency} can only support USD (Since that's the default in Twitter's CLDR lib[0]).
I'm unsure of the best way to add this functionality (I'm no ruby pro), but it'd be quite helpful.
Until then, it's decently easy to just pass in a Twitter CLDR formatted currency as a string, but it'd be cool to do all in one spot!
Thanks!