]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: add link to the Portuguese documentation (#1972)
authorNazaré da Piedade <31008635+nazarepiedady@users.noreply.github.com>
Sat, 26 Aug 2023 08:57:43 +0000 (09:57 +0100)
committerGitHub <noreply@github.com>
Sat, 26 Aug 2023 08:57:43 +0000 (10:57 +0200)
Co-authored-by: Eduardo San Martin Morote <posva@users.noreply.github.com>
packages/docs/.vitepress/config/index.ts

index 4ea49f7a162fb52d1a9b3bdb53e0170c3263d67e..f4f76043a457036bf9fb6bf9812f3f96d7fb124f 100644 (file)
@@ -10,5 +10,6 @@ export default defineConfig({
     root: { label: 'English', lang: 'en-US', link: '/', ...enConfig },
     zh: { label: '简体中文', lang: 'zh-CN', link: '/zh/', ...zhConfig },
     ko: { label: '한국어', lang: 'ko-KR', link: 'https://router.vuejs.kr/' },
+    pt: { label: 'Português', lang: 'pt-PT', link: 'https://vue-router-docs-pt.netlify.app/' },
   },
 })