From ae1ba372c5628d9c3e36d51c3e17561083b18231 Mon Sep 17 00:00:00 2001 From: Joel Campos Date: Sat, 17 Aug 2024 13:08:09 +0200 Subject: [PATCH] fix: breadcrumb translation was too literal --- .../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 95543c0ee177..353b45c8f13e 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",