Skip to content

Commit 5aea98f

Browse files
fix(i18n): 英語表記揺れ
1 parent d19c780 commit 5aea98f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/config/en.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig, type DefaultTheme } from 'vitepress';
22

33
const nav: DefaultTheme.NavItem[] = [
4-
{ text: 'Guides', link: '/en/guides/get-started' },
4+
{ text: 'Guide', link: '/en/guides/get-started' },
55
{ text: 'Reference', link: '/en/references/syntax' },
66
{ text: 'Try AiScript', link: '/en/playground' },
77
];
@@ -15,7 +15,7 @@ const guideNav: DefaultTheme.SidebarItem[] = [
1515
{ text: 'Implement to Your App', link: 'implementation' },
1616
],
1717
},
18-
{ text: 'References', base: '/en/references/', link: 'syntax' },
18+
{ text: 'Reference', base: '/en/references/', link: 'syntax' },
1919
];
2020

2121
const referenceNav: DefaultTheme.SidebarItem[] = [

0 commit comments

Comments
 (0)