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 8248739 commit 8ffe203Copy full SHA for 8ffe203
core/src/locale/cn.js
@@ -11,7 +11,7 @@ export default {
11
},
12
month: {
13
'*': { prefix: '的' },
14
- empty: { text: "每月" },
+ empty: { text: '每月' },
15
value: { text: '{{val.alt}}' },
16
range: { text: '{{start.alt}}-{{end.alt}}' }
17
@@ -59,15 +59,15 @@ export default {
59
empty: { text: '每天' },
60
61
62
- },
+ }
63
64
65
text: '月',
66
dayOfWeek: {
67
'*': { prefix: '和' }
68
69
day: {
70
- prefix: "的"
+ prefix: '的'
71
}
72
73
year: {
@@ -76,4 +76,4 @@ export default {
76
77
78
79
-}
+}
0 commit comments