Closed
Bug 1001020
Opened 11 years ago
Closed 11 years ago
MEX$ vs just $
Categories
(Marketplace Graveyard :: Payments/Refunds, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: andy+bugzilla, Unassigned)
References
Details
The app purchase button in Mexico says "MEX$", where as apparently its just $. Well thats what amazon.com.mx and Wikipedia say anyway. If $ is the standard, we should go with that.
https://www.dropbox.com/s/tultvir7ej8a2g6/Screenshot%202014-04-24%2011.08.59.png
| Reporter | ||
Comment 1•11 years ago
|
||
I think this is good, its a matter of setting your locale correctly:
>>> translation.activate('es-MX')
>>> pp.get_price_locale(region=12)
u'$\xa015.00'
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•