Skip to content

Commit

Permalink
package: use vitepress-i18n translations
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Sep 16, 2024
1 parent b1aceef commit 64079f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
10 changes: 0 additions & 10 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,6 @@ export default defineConfig({
defineLocales: defineSupportLocales,
rootLocale: defaultLocale,
editLinkPattern: editLinkPattern,
label: {
en: 'English',
ko: '한국어',
zhHans: '简体中文'
},
lang: {
en: 'en-US',
ko: 'ko-KR',
zhHans: 'zh-CN'
},
description: {
en: 'VitePress Sidebar is a VitePress plugin that automatically generates sidebar menus with one setup and no hassle. Save time by easily creating taxonomies for tons of articles.',
ko: 'VitePress Sidebar는 번거로운 작업 없이 한번의 설정만으로 사이드바 메뉴를 자동으로 생성하는 VitePress 플러그인입니다. 수많은 문서에 대한 분류를 손쉽게 만들어 시간을 절약하세요.',
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"vitepress": "^1.3.4",
"vitepress-i18n": "^1.0.4"
"vitepress-i18n": "^1.0.5"
},
"dependencies": {
"gray-matter": "^4.0.3"
Expand Down

0 comments on commit 64079f3

Please sign in to comment.