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

Currencies are improperly formatted #12530

Open
getsnoopy opened this issue Feb 22, 2024 · 0 comments · May be fixed by #13015
Open

Currencies are improperly formatted #12530

getsnoopy opened this issue Feb 22, 2024 · 0 comments · May be fixed by #13015

Comments

@getsnoopy
Copy link

General Description

Throughout the app, it seems like all currency values are formatted as nn.nnn XXX. However, this is incorrect; in English, all currency values have the currency symbol/code before the amount, with symbols being unspaced (e.g., $5) and codes being spaced (e.g., USD 5). So the format should be XXX nn.nnn instead.

How To Reproduce

  1. Open the app.
  2. Look anywhere where there is a currency value displayed.

Screenshots

image

Operating System

Any.

Wasabi Version

Any.

@soosr soosr closed this as not planned Won't fix, can't repro, duplicate, stale Feb 26, 2024
@soosr soosr reopened this Feb 26, 2024
getsnoopy added a commit to getsnoopy/WalletWasabi that referenced this issue May 10, 2024
@getsnoopy getsnoopy linked a pull request May 10, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants