Daniel Thomas

Results 4 issues of Daniel Thomas

**Describe the bug** Spellcheck does not recognise various acronyms like "isn't" or "doesn't" **To Reproduce** 1. type in Doesn't 2. You will see that "Doesn" is highlighted in red **Expected...

bug

These were unavailable by default for me and needed installing

If I run the following: ``` console.log("Globalize curr with currencyFormatter, ja-jp:" + Globalize("ja-jp").currencyFormatter("BGN", { compact: "short" })(112310)); console.log("Globalize curr with currencyFormatter, ja-JP:" + Globalize("ja-JP").currencyFormatter("BGN", { compact: "short" })(112310)); ``` I...

When running the following ``` var Globalize = require( "globalize" ); Globalize.load( require( "cldr-data" ).entireSupplemental() ); Globalize.load( require( "cldr-data" ).entireMainFor( "en", "es", "bg" ) ); console.log("Globalize curr with formatCurrency:" +...