Skip to content

Commit 87e6325

Browse files
authored
fix(l10n): localize translation banner in Spanish (#11004)
1 parent 242c2f8 commit 87e6325

File tree

1 file changed

+5
-4
lines changed
  • client/src/document/molecules/localized-content-note

1 file changed

+5
-4
lines changed

Diff for: client/src/document/molecules/localized-content-note/index.tsx

+5-4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ export function LocalizedContentNote({
1313
"This page was translated from English by the community. Learn more and join the MDN Web Docs community.",
1414
url: "/en-US/docs/MDN/Community/Contributing/Translated_content#active_locales",
1515
},
16+
es: {
17+
linkText:
18+
"Esta página ha sido traducida del inglés por la comunidad. Aprende más y únete a la comunidad de MDN Web Docs.",
19+
url: "/es/docs/MDN/Community/Contributing/Translated_content#locales_activos",
20+
},
1621
fr: {
1722
linkText:
1823
"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({
4247
linkText:
4348
"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.",
4449
},
45-
es: {
46-
linkText:
47-
"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.",
48-
},
4950
};
5051

5152
const linkText = isActive

0 commit comments

Comments
 (0)