From 0b640ca3e28dbfebf379a93176e87e98e17118bf Mon Sep 17 00:00:00 2001 From: Joel Campos Date: Mon, 19 Aug 2024 16:55:20 +0200 Subject: [PATCH] fix(translations): fix Spanish translation for "breadcrumbs" (#10413) --- .../docusaurus-theme-translations/locales/es/theme-common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docusaurus-theme-translations/locales/es/theme-common.json b/packages/docusaurus-theme-translations/locales/es/theme-common.json index 95543c0ee1..353b45c8f1 100644 --- a/packages/docusaurus-theme-translations/locales/es/theme-common.json +++ b/packages/docusaurus-theme-translations/locales/es/theme-common.json @@ -49,7 +49,7 @@ "theme.contentVisibility.unlistedBanner.title": "Página sin clasificar", "theme.docs.DocCard.categoryDescription.plurals": "1 artículo|{count} artículos", "theme.docs.breadcrumbs.home": "Página de Inicio", - "theme.docs.breadcrumbs.navAriaLabel": "Migas de pan", + "theme.docs.breadcrumbs.navAriaLabel": "Rastro de navegación", "theme.docs.paginator.navAriaLabel": "Página del documento", "theme.docs.paginator.next": "Siguiente", "theme.docs.paginator.previous": "Anterior",