Skip to content

[v1.0.2] Improved prettify!

Latest
Compare
Choose a tag to compare
@jpvs0101 jpvs0101 released this 07 Jan 06:01
· 1 commit to master since this release
ee985d2

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!