globalize
globalize copied to clipboard
A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data
I just can't find a way to force the positive sign prefix. Optometrists use negative and positive numbers in their prescriptions and I want to force the positive sign when...
Hi All, For locale, `es` when i am using unitformatter, i am getting internal error. Sample usage: ``` globalize.unitFormatter("bestFit", { form: "narrow" }).format(value) ``` Error Stack Trace: ``` Error: Oops,...
Our code is exercising [this commit](https://github.com/rxaviers/globalize/commit/0083518995026152740575f85b4da1719295f48a) right now and it feels very, very strange that with the `"short"` date skeleton, we get these results: - `"12/24/3"` parses ⁉️ - `"12/24/33"`...
Hello, I am developing a React JS application and I want to use Globalize. My package.json: ``` "cldr-data": "36.0.0", "globalize": "1.6.0", "iana-tz-data": "2019.1.0", ``` I have a basic usage: ```...
Hi, The jQuery team archived the https://github.com/jquery/api.globalizejs.com repository and would like to move it to the `jquery-archive` GitHub org as the site is dead and the repo hasn't seen updates...
I don't know the exact source, but here's roughly a reduced test case: ```javascript // Setup const Globalize = require('globalize'); Globalize.load( require( "cldr-data" ).entireSupplemental() ); Globalize.load( require( "cldr-data" ).entireMainFor('ja') );...
We used bower in the days where npm didn't have flatten dependencies support. This has changed a long time and people has moved towards npm for package management for some...
We should provide examples demonstrating how certain modules (e.g., message, relative time, unit formatters) could be used along with Ecma-402. :boom: It's important to highlight that such mixture of libraries...
Hi, I'm with the OpenJS Foundation and we are migrating projects that use the old JSF CLA bot over to the new OpenJS CLA using EasyCLA. If you're a regular...
Hi there globalise (v1.7.0) number formatting is incorrect for cldr-data (v36.0.0), when cldr numeric digits are from the UTF-16 [supplemental plane](https://en.wikipedia.org/wiki/UTF-16#Code_points_from_U+010000_to_U+10FFFF) (from U+010000 to U+10FFFF). Short example, discussed below: 44.56...