This repository was archived by the owner on Apr 14, 2021. It is now read-only.
Commit 6a1ab87 1 parent 6851426 commit 6a1ab87 Copy full SHA for 6a1ab87
File tree 2 files changed +1
-23
lines changed
2 files changed +1
-23
lines changed Original file line number Diff line number Diff line change 22
22
"babel-preset-es2015" : " 6.1.18" ,
23
23
"babel-preset-es2015-rollup" : " 1.1.1" ,
24
24
"babel-register" : " ^6.2.0" ,
25
- "cldr-cal-buddhist-full" : " 28.0.0" ,
26
- "cldr-cal-chinese-full" : " 28.0.0" ,
27
- "cldr-cal-coptic-full" : " 28.0.0" ,
28
- "cldr-cal-dangi-full" : " 28.0.0" ,
29
- "cldr-cal-ethiopic-full" : " 28.0.0" ,
30
- "cldr-cal-hebrew-full" : " 28.0.0" ,
31
- "cldr-cal-indian-full" : " 28.0.0" ,
32
- "cldr-cal-islamic-full" : " 28.0.0" ,
33
- "cldr-cal-japanese-full" : " 28.0.0" ,
34
- "cldr-cal-persian-full" : " 28.0.0" ,
35
- "cldr-cal-roc-full" : " 28.0.0" ,
36
25
"cldr-core" : " 28.0.0" ,
37
26
"cldr-dates-full" : " 28.0.0" ,
38
27
"cldr-numbers-full" : " 28.0.0" ,
Original file line number Diff line number Diff line change @@ -63,18 +63,7 @@ export default function extractCalendars(locales) {
63
63
function loadCalendars ( locale ) {
64
64
// all NPM packages providing calendars specific data
65
65
let pkgs = [
66
- "cldr-dates-full" ,
67
- "cldr-cal-buddhist-full" ,
68
- "cldr-cal-chinese-full" ,
69
- "cldr-cal-coptic-full" ,
70
- "cldr-cal-dangi-full" ,
71
- "cldr-cal-ethiopic-full" ,
72
- "cldr-cal-hebrew-full" ,
73
- "cldr-cal-indian-full" ,
74
- "cldr-cal-islamic-full" ,
75
- "cldr-cal-japanese-full" ,
76
- "cldr-cal-persian-full" ,
77
- "cldr-cal-roc-full"
66
+ "cldr-dates-full"
78
67
] ;
79
68
// walking all packages, selecting calendar files, then
80
69
// reading the content of each calendar, and concatenating the set
You can’t perform that action at this time.
0 commit comments