@js-joda/locale_fr 4.14.0 → 4.15.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +34 -0
- package/dist/index.esm.js +8 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +8 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/package.json +4 -5
package/LICENSE
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
BSD License
|
|
2
|
+
|
|
3
|
+
For js-joda software
|
|
4
|
+
|
|
5
|
+
Copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
|
|
6
|
+
|
|
7
|
+
All rights reserved.
|
|
8
|
+
|
|
9
|
+
Redistribution and use in source and binary forms, with or without
|
|
10
|
+
modification, are permitted provided that the following conditions are met:
|
|
11
|
+
|
|
12
|
+
* Redistributions of source code must retain the above copyright notice,
|
|
13
|
+
this list of conditions and the following disclaimer.
|
|
14
|
+
|
|
15
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
16
|
+
this list of conditions and the following disclaimer in the documentation
|
|
17
|
+
and/or other materials provided with the distribution.
|
|
18
|
+
|
|
19
|
+
* Neither the name of js-joda nor the names of its contributors
|
|
20
|
+
may be used to endorse or promote products derived from this software
|
|
21
|
+
without specific prior written permission.
|
|
22
|
+
|
|
23
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
24
|
+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
25
|
+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
26
|
+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
|
27
|
+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
28
|
+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
29
|
+
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
|
30
|
+
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
|
31
|
+
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
|
32
|
+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
33
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
34
|
+
|
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//! @version @js-joda/locale - 4.
|
|
1
|
+
//! @version @js-joda/locale - 4.15.2
|
|
2
2
|
//! @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors
|
|
3
3
|
//! @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
|
|
4
4
|
//! @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
|
|
@@ -141352,6 +141352,7 @@ var Cldr = /*@__PURE__*/getDefaultExportFromCjs(node_mainExports);
|
|
|
141352
141352
|
* @copyright (c) 2020, Philipp Thuerwaechter & Pattrick Hueper
|
|
141353
141353
|
* @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
|
|
141354
141354
|
*/
|
|
141355
|
+
|
|
141355
141356
|
var cldrDataLoaded = new Set();
|
|
141356
141357
|
var loadCldrData = function loadCldrData(path) {
|
|
141357
141358
|
if (!cldrDataLoaded.has(path)) {
|
|
@@ -141387,6 +141388,7 @@ var getOrCreateMapZones = function getOrCreateMapZones(cldr) {
|
|
|
141387
141388
|
* @copyright (c) 2017, Philipp Thuerwaechter & Pattrick Hueper
|
|
141388
141389
|
* @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
|
|
141389
141390
|
*/
|
|
141391
|
+
|
|
141390
141392
|
var CldrDateTimeTextProvider = function () {
|
|
141391
141393
|
function CldrDateTimeTextProvider() {
|
|
141392
141394
|
this._cache = {};
|
|
@@ -141729,6 +141731,7 @@ var CldrZoneTextPrinterParser = function () {
|
|
|
141729
141731
|
* @copyright (c) 2007-present, Stephen Colebourne & Michael Nascimento Santos
|
|
141730
141732
|
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
|
|
141731
141733
|
*/
|
|
141734
|
+
|
|
141732
141735
|
var MathUtil$1 = _.MathUtil;
|
|
141733
141736
|
var LocalizedOffsetPrinterParser = function () {
|
|
141734
141737
|
function LocalizedOffsetPrinterParser(textStyle) {
|
|
@@ -141858,6 +141861,7 @@ var LocalizedOffsetPrinterParser = function () {
|
|
|
141858
141861
|
* @copyright (c) 2017, Philipp Thuerwaechter & Pattrick Hueper
|
|
141859
141862
|
* @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
|
|
141860
141863
|
*/
|
|
141864
|
+
|
|
141861
141865
|
var MathUtil = _.MathUtil,
|
|
141862
141866
|
_jodaInternal$assert$1 = _.assert,
|
|
141863
141867
|
requireNonNull$2 = _jodaInternal$assert$1.requireNonNull,
|
|
@@ -142308,6 +142312,7 @@ function _init$2() {
|
|
|
142308
142312
|
* @copyright (c) 2017, Philipp Thuerwaechter & Pattrick Hueper
|
|
142309
142313
|
* @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
|
|
142310
142314
|
*/
|
|
142315
|
+
|
|
142311
142316
|
var StringBuilder = _.StringBuilder;
|
|
142312
142317
|
var WeekFieldsPrinterParser = function () {
|
|
142313
142318
|
function WeekFieldsPrinterParser(letter, count) {
|
|
@@ -142451,6 +142456,7 @@ var CldrDateTimeFormatterBuilder = function (_DateTimeFormatterBui) {
|
|
|
142451
142456
|
* @copyright (c) 2017, Philipp Thuerwaechter & Pattrick Hueper
|
|
142452
142457
|
* @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
|
|
142453
142458
|
*/
|
|
142459
|
+
|
|
142454
142460
|
var Locale = function () {
|
|
142455
142461
|
Locale.getAvailableLocales = function getAvailableLocales() {
|
|
142456
142462
|
return new CldrDateTimeTextProvider().getAvailableLocales();
|
|
@@ -142566,6 +142572,7 @@ function _init() {
|
|
|
142566
142572
|
* @copyright (c) 2016, Philipp Thürwächter & Pattrick Hüper
|
|
142567
142573
|
* @license BSD-3-Clause (see LICENSE in the root directory of this source tree)
|
|
142568
142574
|
*/
|
|
142575
|
+
|
|
142569
142576
|
var isInit = false;
|
|
142570
142577
|
function init() {
|
|
142571
142578
|
if (isInit) {
|