Skip to content

Commit dc175b3

Browse files
authored
Update React 16.2.0
1 parent bc689e0 commit dc175b3

15 files changed

+2608
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Download more cultures from: http://jqwidgets.com/builds/cultures.zip
2+
License: https://github.com/jquery/globalize/blob/master/LICENSE
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
/*
2+
* Globalize Culture cs-CZ
3+
*
4+
* http://github.com/jquery/globalize
5+
*
6+
* Copyright Software Freedom Conservancy, Inc.
7+
* Dual licensed under the MIT or GPL Version 2 licenses.
8+
* http://jquery.org/license
9+
*
10+
* This file was generated by the Globalize Culture Generator
11+
* Translation: bugs found in this file need to be fixed in the generator
12+
*/
13+
14+
(function( window, undefined ) {
15+
16+
var Globalize;
17+
18+
if ( typeof require !== "undefined" &&
19+
typeof exports !== "undefined" &&
20+
typeof module !== "undefined" ) {
21+
// Assume CommonJS
22+
Globalize = require( "globalize" );
23+
} else {
24+
// Global variable
25+
Globalize = window.Globalize;
26+
}
27+
28+
Globalize.addCultureInfo( "cs-CZ", "default", {
29+
name: "cs-CZ",
30+
englishName: "Czech (Czech Republic)",
31+
nativeName: "čeština (Česká republika)",
32+
language: "cs",
33+
numberFormat: {
34+
",": " ",
35+
".": ",",
36+
"NaN": "Není číslo",
37+
negativeInfinity: "-nekonečno",
38+
positiveInfinity: "+nekonečno",
39+
percent: {
40+
pattern: ["-n%","n%"],
41+
",": " ",
42+
".": ","
43+
},
44+
currency: {
45+
pattern: ["-n $","n $"],
46+
",": " ",
47+
".": ",",
48+
symbol: "Kč"
49+
}
50+
},
51+
calendars: {
52+
standard: {
53+
"/": ".",
54+
firstDay: 1,
55+
days: {
56+
names: ["neděle","pondělí","úterý","středa","čtvrtek","pátek","sobota"],
57+
namesAbbr: ["ne","po","út","st","čt","pá","so"],
58+
namesShort: ["ne","po","út","st","čt","pá","so"]
59+
},
60+
months: {
61+
names: ["leden","únor","březen","duben","květen","červen","červenec","srpen","září","říjen","listopad","prosinec",""],
62+
namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
63+
},
64+
monthsGenitive: {
65+
names: ["ledna","února","března","dubna","května","června","července","srpna","září","října","listopadu","prosince",""],
66+
namesAbbr: ["1","2","3","4","5","6","7","8","9","10","11","12",""]
67+
},
68+
AM: ["dop.","dop.","DOP."],
69+
PM: ["odp.","odp.","ODP."],
70+
eras: [{"name":"n. l.","start":null,"offset":0}],
71+
patterns: {
72+
d: "d.M.yyyy",
73+
D: "d. MMMM yyyy",
74+
t: "H:mm",
75+
T: "H:mm:ss",
76+
f: "d. MMMM yyyy H:mm",
77+
F: "d. MMMM yyyy H:mm:ss",
78+
M: "dd MMMM",
79+
Y: "MMMM yyyy"
80+
}
81+
}
82+
}
83+
});
84+
85+
}( this ));
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
/*
2+
* Globalize Culture de-DE
3+
*
4+
* http://github.com/jquery/globalize
5+
*
6+
* Copyright Software Freedom Conservancy, Inc.
7+
* Dual licensed under the MIT or GPL Version 2 licenses.
8+
* http://jquery.org/license
9+
*
10+
* This file was generated by the Globalize Culture Generator
11+
* Translation: bugs found in this file need to be fixed in the generator
12+
*/
13+
14+
(function( window, undefined ) {
15+
16+
var Globalize;
17+
18+
if ( typeof require !== "undefined" &&
19+
typeof exports !== "undefined" &&
20+
typeof module !== "undefined" ) {
21+
// Assume CommonJS
22+
Globalize = require( "globalize" );
23+
} else {
24+
// Global variable
25+
Globalize = window.Globalize;
26+
}
27+
28+
Globalize.addCultureInfo( "de-DE", "default", {
29+
name: "de-DE",
30+
englishName: "German (Germany)",
31+
nativeName: "Deutsch (Deutschland)",
32+
language: "de",
33+
numberFormat: {
34+
",": ".",
35+
".": ",",
36+
"NaN": "n. def.",
37+
negativeInfinity: "-unendlich",
38+
positiveInfinity: "+unendlich",
39+
percent: {
40+
pattern: ["-n%","n%"],
41+
",": ".",
42+
".": ","
43+
},
44+
currency: {
45+
pattern: ["-n $","n $"],
46+
",": ".",
47+
".": ",",
48+
symbol: "€"
49+
}
50+
},
51+
calendars: {
52+
standard: {
53+
"/": ".",
54+
firstDay: 1,
55+
days: {
56+
names: ["Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag"],
57+
namesAbbr: ["So","Mo","Di","Mi","Do","Fr","Sa"],
58+
namesShort: ["So","Mo","Di","Mi","Do","Fr","Sa"]
59+
},
60+
months: {
61+
names: ["Januar","Februar","März","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember",""],
62+
namesAbbr: ["Jan","Feb","Mrz","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Dez",""]
63+
},
64+
AM: null,
65+
PM: null,
66+
eras: [{"name":"n. Chr.","start":null,"offset":0}],
67+
patterns: {
68+
d: "dd.MM.yyyy",
69+
D: "dddd, d. MMMM yyyy",
70+
t: "HH:mm",
71+
T: "HH:mm:ss",
72+
f: "dddd, d. MMMM yyyy HH:mm",
73+
F: "dddd, d. MMMM yyyy HH:mm:ss",
74+
M: "dd MMMM",
75+
Y: "MMMM yyyy"
76+
}
77+
}
78+
}
79+
});
80+
81+
}( this ));
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
/*
2+
* Globalize Culture en-CA
3+
*
4+
* http://github.com/jquery/globalize
5+
*
6+
* Copyright Software Freedom Conservancy, Inc.
7+
* Dual licensed under the MIT or GPL Version 2 licenses.
8+
* http://jquery.org/license
9+
*
10+
* This file was generated by the Globalize Culture Generator
11+
* Translation: bugs found in this file need to be fixed in the generator
12+
*/
13+
14+
(function( window, undefined ) {
15+
16+
var Globalize;
17+
18+
if ( typeof require !== "undefined" &&
19+
typeof exports !== "undefined" &&
20+
typeof module !== "undefined" ) {
21+
// Assume CommonJS
22+
Globalize = require( "globalize" );
23+
} else {
24+
// Global variable
25+
Globalize = window.Globalize;
26+
}
27+
28+
Globalize.addCultureInfo( "en-CA", "default", {
29+
name: "en-CA",
30+
englishName: "English (Canada)",
31+
nativeName: "English (Canada)",
32+
numberFormat: {
33+
currency: {
34+
pattern: ["-$n","$n"]
35+
}
36+
},
37+
calendars: {
38+
standard: {
39+
patterns: {
40+
d: "dd/MM/yyyy",
41+
D: "MMMM-dd-yy",
42+
f: "MMMM-dd-yy h:mm tt",
43+
F: "MMMM-dd-yy h:mm:ss tt"
44+
}
45+
}
46+
}
47+
});
48+
49+
}( this ));
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
/*
2+
* Globalize Culture en-US
3+
*
4+
* http://github.com/jquery/globalize
5+
*
6+
* Copyright Software Freedom Conservancy, Inc.
7+
* Dual licensed under the MIT or GPL Version 2 licenses.
8+
* http://jquery.org/license
9+
*
10+
* This file was generated by the Globalize Culture Generator
11+
* Translation: bugs found in this file need to be fixed in the generator
12+
*/
13+
14+
(function( window, undefined ) {
15+
16+
var Globalize;
17+
18+
if ( typeof require !== "undefined" &&
19+
typeof exports !== "undefined" &&
20+
typeof module !== "undefined" ) {
21+
// Assume CommonJS
22+
Globalize = require( "globalize" );
23+
} else {
24+
// Global variable
25+
Globalize = window.Globalize;
26+
}
27+
28+
Globalize.addCultureInfo( "en-US", "default", {
29+
name: "en-US",
30+
englishName: "English (United States)"
31+
});
32+
33+
}( this ));
Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
/*
2+
* Globalize Culture fr-FR
3+
*
4+
* http://github.com/jquery/globalize
5+
*
6+
* Copyright Software Freedom Conservancy, Inc.
7+
* Dual licensed under the MIT or GPL Version 2 licenses.
8+
* http://jquery.org/license
9+
*
10+
* This file was generated by the Globalize Culture Generator
11+
* Translation: bugs found in this file need to be fixed in the generator
12+
*/
13+
14+
(function( window, undefined ) {
15+
16+
var Globalize;
17+
18+
if ( typeof require !== "undefined" &&
19+
typeof exports !== "undefined" &&
20+
typeof module !== "undefined" ) {
21+
// Assume CommonJS
22+
Globalize = require( "globalize" );
23+
} else {
24+
// Global variable
25+
Globalize = window.Globalize;
26+
}
27+
28+
Globalize.addCultureInfo( "fr-FR", "default", {
29+
name: "fr-FR",
30+
englishName: "French (France)",
31+
nativeName: "français (France)",
32+
language: "fr",
33+
numberFormat: {
34+
",": " ",
35+
".": ",",
36+
"NaN": "Non Numérique",
37+
negativeInfinity: "-Infini",
38+
positiveInfinity: "+Infini",
39+
percent: {
40+
",": " ",
41+
".": ","
42+
},
43+
currency: {
44+
pattern: ["-n $","n $"],
45+
",": " ",
46+
".": ",",
47+
symbol: "€"
48+
}
49+
},
50+
calendars: {
51+
standard: {
52+
firstDay: 1,
53+
days: {
54+
names: ["dimanche","lundi","mardi","mercredi","jeudi","vendredi","samedi"],
55+
namesAbbr: ["dim.","lun.","mar.","mer.","jeu.","ven.","sam."],
56+
namesShort: ["di","lu","ma","me","je","ve","sa"]
57+
},
58+
months: {
59+
names: ["janvier","février","mars","avril","mai","juin","juillet","août","septembre","octobre","novembre","décembre",""],
60+
namesAbbr: ["janv.","févr.","mars","avr.","mai","juin","juil.","août","sept.","oct.","nov.","déc.",""]
61+
},
62+
AM: null,
63+
PM: null,
64+
eras: [{"name":"ap. J.-C.","start":null,"offset":0}],
65+
patterns: {
66+
d: "dd/MM/yyyy",
67+
D: "dddd d MMMM yyyy",
68+
t: "HH:mm",
69+
T: "HH:mm:ss",
70+
f: "dddd d MMMM yyyy HH:mm",
71+
F: "dddd d MMMM yyyy HH:mm:ss",
72+
M: "d MMMM",
73+
Y: "MMMM yyyy"
74+
}
75+
}
76+
}
77+
});
78+
79+
}( this ));

0 commit comments

Comments
 (0)