From f61f69f08742229b3fb43c29195292a8b2f3d7aa Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Fri, 24 Apr 2026 09:19:41 -0400 Subject: [PATCH] update navbar localization for es --- www/i18n/es/docusaurus-theme-classic/navbar.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/www/i18n/es/docusaurus-theme-classic/navbar.json b/www/i18n/es/docusaurus-theme-classic/navbar.json index 0e126f9..45c3668 100644 --- a/www/i18n/es/docusaurus-theme-classic/navbar.json +++ b/www/i18n/es/docusaurus-theme-classic/navbar.json @@ -11,6 +11,10 @@ "message": "Cómo usar", "description": "Navbar item with label How To" }, + "item.label.Get Started": { + "message": "Empezar", + "description": "Navbar item with label How To" + }, "item.label.Get In Touch": { "message": "Ponte en contacto", "description": "Navbar item with label Get In Touch" @@ -19,6 +23,10 @@ "message": "Noticias", "description": "Navbar item with label Blog" }, + "item.label.Latest News": { + "message": "Noticias", + "description": "Navbar item with label Blog" + }, "item.label.Content Packs": { "message": "Paquetes de contenido", "description": "Navbar item with label Content Packs"