js-joda-locale icon indicating copy to clipboard operation
js-joda-locale copied to clipboard

!This package is deprecated!

Results 7 js-joda-locale issues
Sort by recently updated
recently updated
newest added

Right now it is only possible to load one locale package at a time. Now that we have prebuilt locale packages, it may be possible, that a user wants to...

We're using the en-US locale from TypeScript, and we got it to work, but I'm wondering if the way we did it is right, and if it is, whether the...

## The devDependency [js-joda-timezone](https://github.com/js-joda/js-joda-timezone) was updated from `2.0.2` to `2.0.3`. 🚨 [View failing branch](https://github.com/js-joda/js-joda-locale/compare/master...js-joda:greenkeeper%2Fjs-joda-timezone-2.0.3). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## The devDependency [webpack-cli](https://github.com/webpack/webpack-cli) was updated from `3.3.4` to `3.3.5`. 🚨 [View failing branch](https://github.com/js-joda/js-joda-locale/compare/master...js-joda:greenkeeper%2Fwebpack-cli-3.3.5). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## The devDependency [webpack](https://github.com/webpack/webpack) was updated from `4.33.0` to `4.34.0`. 🚨 [View failing branch](https://github.com/js-joda/js-joda-locale/compare/master...js-joda:greenkeeper%2Fwebpack-4.34.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

I'm missing support for CLDR 'Stand-Alone' forms as specified at http://cldr.unicode.org/translation/date-time#TOC-Stand-Alone-vs.-Format-Styles . As far i could investigate, 'js-joda-locale' properly recognize defined by pattern 'standalone' styles e.g. "SHORT" vs '"SHORT_STANDALONE" but...

I have used the described way to build my own `core` package including `de` and `en` locales with version 1.0.0 and imported this into my angular app like this. ```...