8
8
)
9
9
10
10
const (
11
- localeDateFormatKey = "locale.date.format "
12
- localeWeekStartKey = "locale.date.startweek "
11
+ localeDateFormatKey = "dateformat "
12
+ localeWeekStartKey = "startofweek "
13
13
)
14
14
15
15
var localeSettings = map [string ]map [string ]string {
@@ -18,64 +18,50 @@ var localeSettings = map[string]map[string]string{
18
18
localeWeekStartKey : "Monday" ,
19
19
},
20
20
"BR" : {
21
- localeDateFormatKey : "02/01/2006" ,
22
- localeWeekStartKey : "Sunday" ,
21
+ localeWeekStartKey : "Sunday" ,
23
22
},
24
23
"BZ" : {
25
- localeDateFormatKey : "02/01/2006" ,
26
- localeWeekStartKey : "Sunday" ,
24
+ localeWeekStartKey : "Sunday" ,
27
25
},
28
26
"CA" : {
29
- localeDateFormatKey : "02/01/2006" ,
30
- localeWeekStartKey : "Sunday" ,
27
+ localeWeekStartKey : "Sunday" ,
31
28
},
32
29
"CO" : {
33
- localeDateFormatKey : "02/01/2006" ,
34
- localeWeekStartKey : "Sunday" ,
30
+ localeWeekStartKey : "Sunday" ,
35
31
},
36
32
"DO" : {
37
- localeDateFormatKey : "02/01/2006" ,
38
- localeWeekStartKey : "Sunday" ,
33
+ localeWeekStartKey : "Sunday" ,
39
34
},
40
35
"GT" : {
41
- localeDateFormatKey : "02/01/2006" ,
42
- localeWeekStartKey : "Sunday" ,
36
+ localeWeekStartKey : "Sunday" ,
43
37
},
44
38
"JP" : {
45
- localeDateFormatKey : "02/01/2006" ,
46
- localeWeekStartKey : "Sunday" ,
39
+ localeWeekStartKey : "Sunday" ,
47
40
},
48
41
"MX" : {
49
- localeDateFormatKey : "02/01/2006" ,
50
- localeWeekStartKey : "Sunday" ,
42
+ localeWeekStartKey : "Sunday" ,
51
43
},
52
44
"NI" : {
53
- localeDateFormatKey : "02/01/2006" ,
54
- localeWeekStartKey : "Sunday" ,
45
+ localeWeekStartKey : "Sunday" ,
55
46
},
56
47
"PE" : {
57
- localeDateFormatKey : "02/01/2006" ,
58
- localeWeekStartKey : "Sunday" ,
48
+ localeWeekStartKey : "Sunday" ,
59
49
},
60
50
"PA" : {
61
- localeDateFormatKey : "02/01/2006" ,
62
- localeWeekStartKey : "Sunday" ,
51
+ localeWeekStartKey : "Sunday" ,
63
52
},
64
53
"PY" : {
65
- localeDateFormatKey : "02/01/2006" ,
66
- localeWeekStartKey : "Sunday" ,
54
+ localeWeekStartKey : "Sunday" ,
67
55
},
68
56
"US" : {
69
57
localeDateFormatKey : "01/02/2006" ,
70
58
localeWeekStartKey : "Sunday" ,
71
59
},
72
60
"VE" : {
73
- localeDateFormatKey : "02/01/2006" ,
74
- localeWeekStartKey : "Sunday" ,
61
+ localeWeekStartKey : "Sunday" ,
75
62
},
76
63
"ZA" : {
77
- localeDateFormatKey : "02/01/2006" ,
78
- localeWeekStartKey : "Sunday" ,
64
+ localeWeekStartKey : "Sunday" ,
79
65
},
80
66
}
81
67
0 commit comments