mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-09-13 07:23:32 -06:00
docs: add es
This commit is contained in:
@@ -138,6 +138,18 @@ export default defineConfig({
|
||||
{ text: "Guia de Solução de Problemas", link: "/pt/troubleshooting" },
|
||||
],
|
||||
}
|
||||
},
|
||||
es: {
|
||||
label: "Español",
|
||||
lang: "es",
|
||||
link: "/es/",
|
||||
themeConfig: {
|
||||
nav: [
|
||||
{ text: "Inicio", link: "/" },
|
||||
{ text: "Comenzando", link: "/es/get-started" },
|
||||
{ text: "Guía de solución de problemas", link: "/es/troubleshooting" },
|
||||
],
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user