inter icon indicating copy to clipboard operation
inter copied to clipboard

A JavaScript locale library based on information extracted from the Unicode CLDR database

Results 9 inter issues
Sort by recently updated
recently updated
newest added

Zoneinfo.js `var val = Object.values(moment.tz._zones).some(function (x) { return typeof x !== 'string' && x.name === timeZoneId ;});` apparently, for this timeZoneId, we are getting different names, we are getting the...

It would be great if `inter` can be used as a library, without installing `uglify-js`.

For makeFileSizeRenderer, I've got a use case for always showing the size in GB, even though the size might be just a few bytes. If I were to make a...

Trying to format a number like `123456789201921` reveals the underlying issue with float-precision math that JS has. The result is something like `123,456,789,201,920.992` while it should be `123,456,789,201,921`. I stumbled...

We could expose digits, rounding, cashDigits, cashRounding from supplementalData.currencyData.fractions, for instance as part of inter.getCurrency If a currency is not in the list, I suppose we should fall back to...

In https://github.com/papandreou/inter/commit/4191753d4f2bb9e78168874d662bddbd5683d53b the `defaultDateTimePattern` property was removed from the calendars, but it turns out I am using this in another library, like this: ``` javascript var timeFormatString = inter.getDateFormat(formatId[0]), dateFormatString...

First, thanks a lot for this module. It has no doubt been a lot of work! Consider this as a discussion from someone who does not fully understand the motivation...

When installing the package, npm shows following warning.. ``` $ npm i inter --save npm warn deprecated [email protected]: Deprecated due to CVE-2021-21366 resolved in 0.5.0 added 17 packages, removed 31...