From c32dfc0824da5928b90ccf57ad5aedcfe5251b5c Mon Sep 17 00:00:00 2001 From: jackestar Date: Thu, 9 Jul 2026 17:12:46 -0400 Subject: [PATCH] fix(i18n): correct spanish translation of slogan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change the Spanish translation of "Markdown to beautiful docs in minutes" from "Markdown para obtener lindos documentos en minutos" to "Markdown en documentación atractiva en minutos". VitePress is focused on creating documentation, not documents (right?), so translating "docs" to "documentación" is more accurate. Additionally, replace "lindo" with "atractiva" as the former sounds too informal. Include minor orthographic corrections. --- docs/es/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/es/index.md b/docs/es/index.md index b4c8673f..08eddfa2 100644 --- a/docs/es/index.md +++ b/docs/es/index.md @@ -5,10 +5,10 @@ layout: home hero: name: VitePress text: Generador de Sitios Estáticos Vite y Vue - tagline: Markdown para obtener lindos documentos en minutos + tagline: Markdown en documentación atractiva en minutos actions: - theme: brand - text: Qué es VitePress? + text: ¿Qué es VitePress? link: ./guide/what-is-vitepress - theme: alt text: Iniciar @@ -26,7 +26,7 @@ features: details: Cree lindos sitios de documentación apenas con markdown. - icon: title: Disfruta de la experiencia Vite - details: Inicio instantaneo de servidor, actualizaciones ultrarrápidas, y plugins del ecosistema Vite. + details: Inicio instantáneo de servidor, actualizaciones ultrarrápidas, y plugins del ecosistema Vite. - icon: title: Personaliza con Vue details: Usa la sintaxis y componentes Vue directamente en markdown, o construye temas personalizados con Vue.