-
Notifications
You must be signed in to change notification settings - Fork 9
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
Extra quoted period in abbreviations for some locales, eg Mio'.' #95
Comments
dvincelli
added a commit
that referenced
this issue
Dec 19, 2022
dvincelli
added a commit
that referenced
this issue
Dec 19, 2022
dvincelli
changed the title
Extra quoted period in abbreviations for some locales, eg Mio'..'
Extra quoted period in abbreviations for some locales, eg Mio'.'
Dec 19, 2022
dvincelli
added a commit
that referenced
this issue
Dec 19, 2022
Looks like there is an approved PR with a fix for this problem -- any reason why it hasn't been submitted? Would be great to get it in! |
I would also love to get this fix merged! |
cc @thetrevorharmon want to merge #95? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While testing we found some values being formatted with unexpected characters:
If I call
condenseCurrency(259000000, 'de', 'GBP', {maxPrecision: 2})
I get as a result
"259 Mio'.' £"
and I was expecting
"259 Mio. £"
Actual
Expected
The text was updated successfully, but these errors were encountered: