Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 71a23c9

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

File tree

Expand file treeCollapse file tree

2 files changed

+6
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-1
lines changed
Open diff view settings
Collapse file

‎core/src/locale/cn.ts‎

Copy file name to clipboardExpand all lines: core/src/locale/cn.ts
+6Lines 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: '的' },
Collapse file

‎core/src/locale/index.ts‎

Copy file name to clipboardExpand all lines: core/src/locale/index.ts
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.