Skip to content

Commit 9c91767

Browse files
monstorixgvtulder
authored andcommitted
Fix the i18n title for Simplified Chinese. (#54)
1 parent 36a3581 commit 9c91767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const languages = {
6565
),
6666
},
6767
"zh-Hans": {
68-
title: "首页",
68+
title: "简体中文",
6969
messages: messages_zhhans,
7070
aboutHTML: fs.readFileSync(
7171
__dirname + "/../i18n/zh-Hans/about.html",

0 commit comments

Comments
 (0)