Skip to content

Commit

Permalink
fix(l10n): localize translation banner in Spanish (#11004)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Apr 25, 2024
1 parent 242c2f8 commit 87e6325
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 87e6325

Please sign in to comment.