Skip to content

Commit a3da735

Browse files
nazarepiedadyposva
andauthored
docs: add link to the Portuguese documentation (#1972)
Co-authored-by: Eduardo San Martin Morote <[email protected]>
1 parent e47a9bd commit a3da735

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
@@ -10,5 +10,6 @@ export default defineConfig({
1010
root: { label: 'English', lang: 'en-US', link: '/', ...enConfig },
1111
zh: { label: '简体中文', lang: 'zh-CN', link: '/zh/', ...zhConfig },
1212
ko: { label: '한국어', lang: 'ko-KR', link: 'https://router.vuejs.kr/' },
13+
pt: { label: 'Português', lang: 'pt-PT', link: 'https://vue-router-docs-pt.netlify.app/' },
1314
},
1415
})

0 commit comments

Comments
 (0)