]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: link to Spanish translation (#2003)
authorRaúl Aguilar <ag21raul@gmail.com>
Tue, 18 Jul 2023 05:39:51 +0000 (07:39 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2023 05:39:51 +0000 (07:39 +0200)
packages/docs/.vitepress/config/index.ts

index 0feb87abfee2083360d0b38eb38c01722b1c28b3..ce7ab589c648d6bc00e099891bb6ce183628d31b 100644 (file)
@@ -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/',
+    },
   },
 })