-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
It would be really great if the library would know the full name of the currency. For example:
>>> Currency('USD').get_name()
"United States dollar"or
>>> Currency('EUR').get_name()
"Euro"I think english names would be a good starting point, but I think there should be a way to translate the names? I thought of JSON files for each language that contains the name for each currency. The library could then choose the correct file automatically.
Metadata
Metadata
Assignees
Labels
No labels