Skip to content

Commit 71a23c9

Browse files
committed
fix(l10n): Update Chinese translation #75
1 parent 382a92c commit 71a23c9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

core/src/locale/cn.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,18 @@ const locale: Localization = {
2222
empty: { text: '每日' },
2323
value: { text: '{{value.alt}}号' },
2424
range: { text: '{{start.alt}}号-{{end.alt}}号' },
25+
noSpecific: {
26+
text: '无特定日期',
27+
},
2528
},
2629
dayOfWeek: {
2730
'*': { prefix: '的' },
2831
empty: { text: '一周的每一天' },
2932
value: { text: '{{value.alt}}' },
3033
range: { text: '{{start.alt}}-{{end.alt}}' },
34+
noSpecific: {
35+
text: '无特定星期几',
36+
},
3137
},
3238
hour: {
3339
'*': { prefix: '的' },

core/src/locale/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const locales: Record<string, Localization> = {
2323
es,
2424
da,
2525
zh: cn,
26-
'zh-cn': cn,
2726
he,
2827
ru,
2928
fr,

0 commit comments

Comments
 (0)