Skip to content

Releases: jpvs0101/Currencyfy

[v1.0.2] Improved prettify!

07 Jan 06:01
ee985d2
Compare
Choose a tag to compare

Before:
If LTR language: We add space after currency symbol.
If RTL language: We add space after currency symbol.
*Issue: Not working properly locales which adds currency symbol at the end even if the language is LTR. (Ex. Locale.FRANCE)

Now:
We add space both sides of currency symbol & trim outer spaces before return formatted string. Issue fixed!

[v1.0.1]

03 Jan 07:06
8ade2d7
Compare
Choose a tag to compare

Option to set default locale.