1 | {
|
2 | "locale": "en",
|
3 | "domain": "en",
|
4 | "direction": "ltr",
|
5 | "countryCode": "",
|
6 | "country": "",
|
7 | "countryNative": "",
|
8 | "language": "English",
|
9 | "languageNative": "English",
|
10 | "translations": {
|
11 | "months": {
|
12 | "formatted": {
|
13 | "abbreviated": [
|
14 | "Jan",
|
15 | "Feb",
|
16 | "Mar",
|
17 | "Apr",
|
18 | "May",
|
19 | "Jun",
|
20 | "Jul",
|
21 | "Aug",
|
22 | "Sep",
|
23 | "Oct",
|
24 | "Nov",
|
25 | "Dec"
|
26 | ],
|
27 | "narrow": ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
|
28 | "wide": [
|
29 | "January",
|
30 | "February",
|
31 | "March",
|
32 | "April",
|
33 | "May",
|
34 | "June",
|
35 | "July",
|
36 | "August",
|
37 | "September",
|
38 | "October",
|
39 | "November",
|
40 | "December"
|
41 | ]
|
42 | },
|
43 | "nominative": {
|
44 | "abbreviated": [
|
45 | "Jan",
|
46 | "Feb",
|
47 | "Mar",
|
48 | "Apr",
|
49 | "May",
|
50 | "Jun",
|
51 | "Jul",
|
52 | "Aug",
|
53 | "Sep",
|
54 | "Oct",
|
55 | "Nov",
|
56 | "Dec"
|
57 | ],
|
58 | "narrow": ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
|
59 | "wide": [
|
60 | "January",
|
61 | "February",
|
62 | "March",
|
63 | "April",
|
64 | "May",
|
65 | "June",
|
66 | "July",
|
67 | "August",
|
68 | "September",
|
69 | "October",
|
70 | "November",
|
71 | "December"
|
72 | ]
|
73 | }
|
74 | },
|
75 | "days": {
|
76 | "formatted": {
|
77 | "abbreviated": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
78 | "narrow": ["S", "M", "T", "W", "T", "F", "S"],
|
79 | "short": ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
|
80 | "wide": [
|
81 | "Sunday",
|
82 | "Monday",
|
83 | "Tuesday",
|
84 | "Wednesday",
|
85 | "Thursday",
|
86 | "Friday",
|
87 | "Saturday"
|
88 | ]
|
89 | },
|
90 | "nominative": {
|
91 | "abbreviated": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
|
92 | "narrow": ["S", "M", "T", "W", "T", "F", "S"],
|
93 | "short": ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
|
94 | "wide": [
|
95 | "Sunday",
|
96 | "Monday",
|
97 | "Tuesday",
|
98 | "Wednesday",
|
99 | "Thursday",
|
100 | "Friday",
|
101 | "Saturday"
|
102 | ]
|
103 | }
|
104 | },
|
105 | "time": { "AM": "AM", "PM": "PM" }
|
106 | },
|
107 | "formats": {
|
108 | "date": {
|
109 | "full": "EEEE, MMMM d, y",
|
110 | "long": "MMMM d, y",
|
111 | "medium": "MMM d, y",
|
112 | "short": "M/d/yy"
|
113 | },
|
114 | "time": {
|
115 | "full": "h:mm:ss a zzzz",
|
116 | "long": "h:mm:ss a z",
|
117 | "medium": "h:mm:ss a",
|
118 | "short": "h:mm a"
|
119 | },
|
120 | "dateTime": {
|
121 | "full": "{1} 'at' {0}",
|
122 | "long": "{1} 'at' {0}",
|
123 | "medium": "{1}, {0}",
|
124 | "short": "{1}, {0}"
|
125 | },
|
126 | "numbers": { "decimals": ".", "grouping": ",", "minus": "-" }
|
127 | }
|
128 | }
|