@js-joda/locale_fr 4.2.0 → 4.5.0
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/dist/index.js +1101 -1307
- package/dist/index.js.map +1 -1
- package/dist/js-joda-locale.d.ts +12 -0
- package/package.json +2 -2
package/dist/js-joda-locale.d.ts
CHANGED
|
@@ -22,11 +22,23 @@ export namespace Locale {
|
|
|
22
22
|
const KOREAN: Locale;
|
|
23
23
|
const JAPANESE: Locale;
|
|
24
24
|
const JAPAN: Locale;
|
|
25
|
+
const ITALIAN: Locale;
|
|
26
|
+
const ITALY: Locale;
|
|
27
|
+
const CHINESE: Locale;
|
|
28
|
+
const ROMANIAN: Locale;
|
|
29
|
+
const SWEDISH: Locale;
|
|
30
|
+
const SWEDEN: Locale;
|
|
31
|
+
const HINDI: Locale;
|
|
32
|
+
const RUSSIAN: Locale;
|
|
25
33
|
}
|
|
26
34
|
|
|
27
35
|
import * as core from '@js-joda/core';
|
|
28
36
|
|
|
29
37
|
declare module '@js-joda/core' {
|
|
38
|
+
namespace DateTimeFormatter {
|
|
39
|
+
export const RFC_1123_DATE_TIME: DateTimeFormatter;
|
|
40
|
+
}
|
|
41
|
+
|
|
30
42
|
export interface DateTimeFormatter {
|
|
31
43
|
withLocale(locale: Locale): DateTimeFormatter;
|
|
32
44
|
locale(): Locale | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@js-joda/locale_fr",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0",
|
|
4
4
|
"description": "prebuilt js-joda locale package for locales: fr.*",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"@js-joda/core": ">=3.2.0",
|
|
28
28
|
"@js-joda/timezone": "^2.3.0"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "0ebd99a9da2bb87afac55536835c991c3e247043"
|
|
31
31
|
}
|