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

fix currency format for different locale #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix currency format for different locale #67

wants to merge 1 commit into from

Conversation

alepop
Copy link
Contributor

@alepop alepop commented Mar 31, 2017

Locale currency was breaking by numeraljs and regex.
I tried to fix it using only native Intl.NumberFormat.
But they are open question about currency symbol position. In some localization, symbol staying in the end of digits and it break the app design.
fix #64 #50

@jorilallo jorilallo requested a review from maksim-s April 24, 2017 01:31
@jorilallo
Copy link
Contributor

@jpmgoncalves would you mind trying this out? Looks like you had this issue a while ago. @jenbennings and you if you happen to have aussie locale, I remember there being something weird

@jpmgoncalves
Copy link

Should I download the newest version to try it out @jorilallo?

@k06a
Copy link

k06a commented Apr 29, 2017

@jpmgoncalves just checked, it helps. Please merge it and build a new release.

2017-04-29 23 02 15

@jpmgoncalves
Copy link

@k06a, I don't have permissions to do that.

@alepop
Copy link
Contributor Author

alepop commented May 10, 2017

@maksim-s can you review this PR?

@alepop
Copy link
Contributor Author

alepop commented Mar 20, 2018

Almost one year passed and pr still not reviewed T_T

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 this pull request may close these issues.

Wrong current price
4 participants