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 382a92c commit 71a23c9Copy full SHA for 71a23c9
core/src/locale/cn.ts
@@ -22,12 +22,18 @@ const locale: Localization = {
22
empty: { text: '每日' },
23
value: { text: '{{value.alt}}号' },
24
range: { text: '{{start.alt}}号-{{end.alt}}号' },
25
+ noSpecific: {
26
+ text: '无特定日期',
27
+ },
28
},
29
dayOfWeek: {
30
'*': { prefix: '的' },
31
empty: { text: '一周的每一天' },
32
value: { text: '{{value.alt}}' },
33
range: { text: '{{start.alt}}-{{end.alt}}' },
34
35
+ text: '无特定星期几',
36
37
38
hour: {
39
core/src/locale/index.ts
@@ -23,7 +23,6 @@ const locales: Record<string, Localization> = {
es,
da,
zh: cn,
- 'zh-cn': cn,
he,
ru,
fr,
0 commit comments