Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect currency formatting #1205

Open
getsnoopy opened this issue Sep 13, 2024 · 0 comments
Open

Incorrect currency formatting #1205

getsnoopy opened this issue Sep 13, 2024 · 0 comments

Comments

@getsnoopy
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant