We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caa0b72 commit 67f92e8Copy full SHA for 67f92e8
core/src/locale/cn.ts
@@ -37,6 +37,10 @@ const locale: Localization = {
37
'*': { prefix: ':' },
38
empty: { text: '每分钟' },
39
},
40
+ second: {
41
+ '*': { prefix: ':' },
42
+ empty: { text: '每秒' },
43
+ },
44
45
minute: {
46
text: '分',
@@ -78,6 +82,29 @@ const locale: Localization = {
78
82
'*': { prefix: '和' },
79
83
80
84
85
+
86
+ //quartz format
87
+ 'q-second': {
88
+ text: '秒',
89
90
+ 'q-minute': {
91
+ text: '分钟',
92
93
+ '*': {
94
+ prefix: ':',
95
+ suffix: '秒',
96
97
+ empty: { text: '每' },
98
99
100
+ 'q-hour': {
101
+ text: '小时',
102
+ minute: {
103
104
105
106
107
81
108
}
109
110
export default locale
0 commit comments