-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
It seems like throughout the app, currency amounts are formatted with the quantity first and the currency code following it (e.g., 5 XOR
), which is incorrect. In English, all currency amounts are formatted with currency symbols and codes which precede the quantity, with symbols being unspaced (e.g., $5
, US$5
) and codes being spaced (e.g., USD 5
). This should be fixed so that it's consistent with all other currencies.
Metadata
Metadata
Assignees
Labels
No labels