globalize
globalize copied to clipboard
A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data
I'm not sure if this is something Globalize.js wants to tackle, but it would be great to have Break Iteration support for text boundary analysis based off ICU's break iterator....
The messageformat library supports custom formatter functions. You could register globalize's formatters, so they could be used in messages, e.g. `"Balance: {0, currency}"`, or `"Posted at {0, datetime, long}"`. It...
Hi everyone , i just upgraded to the latest version of globalize with latest json cldr data. im trying to format a value using the fallowing format : var currencyFormatter...
[According to the CLDR documentation](http://www.unicode.org/reports/tr35/#RegionOverride), we can specify a region overriding the region specified in the language identifier. Does Globalize support this extension? If yes, any help would be greatly...
Attempting to include timezone with `z` seems to break date formatting. Example (last console.log seems incorrect): ```js var Globalize = require('globalize'); Globalize.load(require('cldr-data').entireSupplemental()); Globalize.load(require('cldr-data').entireMainFor('en')); Globalize.loadTimeZone(require('iana-tz-data')); console.log( Globalize('en').formatDate(new Date(), {datetime: 'full', timeZone:...
When comment out ``` new GlobalizePlugin({ developmentLocale: "en", }) ``` i have webpack errors ``` RROR in ./node_modules/globalize/dist/globalize.js Module not found: Error: Can't resolve 'cldr' in '/Users/butuzgol/Desktop/revvy-ui/docs/node_modules/globalize/dist' @ ./node_modules/globalize/dist/globalize.js 22:2-25:14...
For many years ICU4C & ICU4J have supported Bidi language. And with the massive strike of web app era (mainly through JavaScript) the need is no more optional to gather...
I wanted to use the skeleton character C in my skeleton, but it doesn't work. I get the following error message: E_INVALID_OPTIONS: Invalid field `C` of skeleton `C`
Your current npm package contains a vim swap file: examples/app-npm-webpack/app/.index.js.swp This causes snapcraft uploads to fail upon package validation. Package install via 'npm install globalize'
Asian countries might enter numbers using wide characters: 2017. It would be good that parser is lenient about them. The same applies for dates: 2017−01−17.