-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.js
73 lines (72 loc) · 1.58 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
INTERMediatorLocale = {
"decimal_point": ".",
"thousands_sep": ",",
"int_curr_symbol": "JPY ",
"currency_symbol": "\uffe5",
"mon_decimal_point": ".",
"mon_thousands_sep": ",",
"positive_sign": "",
"negative_sign": "-",
"int_frac_digits": 0,
"frac_digits": 0,
"p_cs_precedes": 1,
"p_sep_by_space": 0,
"n_cs_precedes": 1,
"n_sep_by_space": 0,
"p_sign_posn": 4,
"n_sign_posn": 4,
"grouping": [3],
"mon_grouping": [3],
"DAY": ["\u65e5\u66dc\u65e5",
"\u6708\u66dc\u65e5",
"\u706b\u66dc\u65e5",
"\u6c34\u66dc\u65e5",
"\u6728\u66dc\u65e5",
"\u91d1\u66dc\u65e5",
"\u571f\u66dc\u65e5"
],
"ABDAY": ["\u65e5",
"\u6708",
"\u706b",
"\u6c34",
"\u6728",
"\u91d1",
"\u571f"
],
"MON": ["\u7766\u6708",
"\u5982\u6708",
"\u5f25\u751f",
"\u536f\u6708",
"\u7690\u6708",
"\u6c34\u7121\u6708",
"\u6587\u6708",
"\u8449\u6708",
"\u9577\u6708",
"\u795e\u7121\u6708",
"\u971c\u6708",
"\u5e2b\u8d70"
],
"ABMON": ["\u4e00\u6708",
"\u4e8c\u6708",
"\u4e09\u6708",
"\u56db\u6708",
"\u4e94\u6708",
"\u516d\u6708",
"\u4e03\u6708",
"\u516b\u6708",
"\u4e5d\u6708",
"\u5341\u6708",
"\u5341\u4e00\u6708",
"\u5341\u4e8c\u6708"
],
"AM_STR": "\u5348\u524d",
"PM_STR": "\u5348\u5f8c",
"D_FMT_LONG": "%Y\u5e74%M\u6708%D\u65e5 %W",
"T_FMT_LONG": "%H\u6642%I\u5206%S\u79d2",
"D_FMT_MIDDLE": "%Y\/%M\/%D(%w)",
"T_FMT_MIDDLE": "%H:%I:%S",
"D_FMT_SHORT": "%Y\/%m\/%d",
"T_FMT_SHORT": "%H:%I"
}
// @@IM@@IgnoringRestOfFile
module.exports = INTERMediatorLocale