You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should create an override system for these scenarios to check if the currency code (PLN) is still in the formatted string replace with overrideString in a mapping we maintain.
The following don't work when not in the same locale as the currency.
The issue is with then INTL libary only seems to support true currency symbols (ie. single character) from here:
http://www.fileformat.info/info/unicode/category/Sc/list.htm
Spec: http://www.ecma-international.org/ecma-402/1.0/#sec-6.3
We should create an override system for these scenarios to check if the currency code (PLN) is still in the formatted string replace with overrideString in a mapping we maintain.
Override should happen here: https://github.com/bullhorn/chomsky/blob/master/src/lib/formats.ts#L53
The text was updated successfully, but these errors were encountered: