Skip to content

Commit e89ac34

Browse files
committed
feat: update i18n
1 parent 546d794 commit e89ac34

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎src/codeTemplates/codeTemplate.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default function CodeTemplate({ templates }) {
7474
size="small"
7575
style={{ marginLeft: "10px" }}
7676
>
77-
{t("Locale.app.toWriteSilently")}
77+
{t("Locale.app.goForDictation")}
7878
</Button>
7979
</li>
8080
))}

‎src/locales/en.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const en = {
66
copySuccess: "Copy successfully~",
77
article: "article",
88
recommendedQuestions: "Recommended Questions:",
9-
toWriteSilently: "To write silently",
9+
goForDictation: "go for dictation",
1010
contribution: "Correction or contribution to other languages",
1111
back: "Back to Home page",
1212
viewSolution: "View solution",

‎src/locales/zh.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const cn = {
77
copySuccess: "复制成功~",
88
article: "文章",
99
recommendedQuestions: "推荐题目:",
10-
toWriteSilently: "去默写",
10+
goForDictation: "去默写",
1111
contribution:"纠错 or 贡献其他语言",
1212
back: "返回主页",
1313
viewSolution: "查看本题题解",

0 commit comments

Comments
 (0)