Skip to content

Commit

Permalink
fix(i18n): 英語表記揺れ
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih committed Dec 5, 2024
1 parent d19c780 commit 5aea98f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/config/en.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig, type DefaultTheme } from 'vitepress';

const nav: DefaultTheme.NavItem[] = [
{ text: 'Guides', link: '/en/guides/get-started' },
{ text: 'Guide', link: '/en/guides/get-started' },
{ text: 'Reference', link: '/en/references/syntax' },
{ text: 'Try AiScript', link: '/en/playground' },
];
Expand All @@ -15,7 +15,7 @@ const guideNav: DefaultTheme.SidebarItem[] = [
{ text: 'Implement to Your App', link: 'implementation' },
],
},
{ text: 'References', base: '/en/references/', link: 'syntax' },
{ text: 'Reference', base: '/en/references/', link: 'syntax' },
];

const referenceNav: DefaultTheme.SidebarItem[] = [
Expand Down

0 comments on commit 5aea98f

Please sign in to comment.