From 87e63255d79eb692c2ef6ccfaa2904720ec65a84 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Thu, 25 Apr 2024 21:59:21 +0200 Subject: [PATCH] fix(l10n): localize translation banner in Spanish (#11004) --- .../document/molecules/localized-content-note/index.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/client/src/document/molecules/localized-content-note/index.tsx b/client/src/document/molecules/localized-content-note/index.tsx index 074e10ba97a6..5b4db11f3dab 100644 --- a/client/src/document/molecules/localized-content-note/index.tsx +++ b/client/src/document/molecules/localized-content-note/index.tsx @@ -13,6 +13,11 @@ export function LocalizedContentNote({ "This page was translated from English by the community. Learn more and join the MDN Web Docs community.", url: "/en-US/docs/MDN/Community/Contributing/Translated_content#active_locales", }, + es: { + linkText: + "Esta página ha sido traducida del inglés por la comunidad. Aprende más y únete a la comunidad de MDN Web Docs.", + url: "/es/docs/MDN/Community/Contributing/Translated_content#locales_activos", + }, fr: { linkText: "Cette page a été traduite à partir de l'anglais par la communauté. Vous pouvez également contribuer en rejoignant la communauté francophone sur MDN Web Docs.", @@ -42,10 +47,6 @@ export function LocalizedContentNote({ linkText: "This page was translated from English by the community, but it's not maintained and may be out-of-date. To help maintain it, learn how to activate locales.", }, - es: { - linkText: - "Esta página fue traducida del inglés por la comunidad, pero no se mantiene activamente, por lo que puede estar desactualizada. Si desea ayudar a mantenerlo, descubra cómo activar las configuraciones regionales inactivas.", - }, }; const linkText = isActive