Skip to content

Commit ff4eb6c

Browse files
committed
feat: formatted locale names
1 parent 376a3ef commit ff4eb6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/config.mts

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ export default defineConfig({
2828
label: "English (Great Britain)",
2929
lang: "en-GB"
3030
},
31-
zh: {
32-
label: "Chinese | 中文",
31+
"zh-CN": {
32+
label: "Chinese (Simplified) | 简体中文",
3333
lang: "zh-CN",
3434
link: "/zh-CN"
3535
}

0 commit comments

Comments
 (0)