Skip to content

Commit 5c75d3a

Browse files
authored
docs: Add link to Russian docs (vuejs#2012)
1 parent ed4573a commit 5c75d3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/docs/.vitepress/config/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ export default defineConfig({
1111
zh: { label: '简体中文', lang: 'zh-CN', link: '/zh/', ...zhConfig },
1212
ko: { label: '한국어', lang: 'ko-KR', link: 'https://router.vuejs.kr/' },
1313
pt: { label: 'Português', lang: 'pt-PT', link: 'https://vue-router-docs-pt.netlify.app/' },
14+
ru: { label: 'Русский', lang: 'ru-RU', link: 'https://vue-router-ru.netlify.app' },
1415
},
1516
})

0 commit comments

Comments
 (0)