Skip to content

Commit

Permalink
docs: link to Spanish translation (#2003)
Browse files Browse the repository at this point in the history
  • Loading branch information
raulwwq0 authored Jul 18, 2023
1 parent 58e0708 commit 4a88f28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/docs/.vitepress/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ export default defineConfig({
locales: {
root: { label: 'English', lang: 'en-US', link: '/', ...enConfig },
zh: { label: '简体中文', lang: 'zh-CN', link: '/zh/', ...zhConfig },
es: {
label: 'Español',
lang: 'es-ES',
link: 'https://es-pinia.vercel.app/',
},
},
})

0 comments on commit 4a88f28

Please sign in to comment.