feat(i18n): translate hardcoded article page strings to 5 locales
Deploy to VPS / deploy (push) Has been cancelled

- Add ArticlePage namespace (backToNewsHub, backToNews, mediaGallery,
  joinLinkedIn, internalRelease) to all 5 locale message files
  (en, it, es, de, vec)
- Replace 5 hardcoded English strings in news/[slug]/page.tsx with
  getTranslations() calls

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-06 18:14:46 -05:00
parent cb7458cded
commit c45a5be99e
6 changed files with 47 additions and 11 deletions
+7
View File
@@ -184,6 +184,13 @@
"page": "Página",
"of": "de"
},
"ArticlePage": {
"backToNewsHub": "Volver al News Hub",
"backToNews": "Volver a Noticias",
"mediaGallery": "Galería de Medios",
"joinLinkedIn": "Únete a la conversación en LinkedIn",
"internalRelease": "Comunicado Corporativo Interno"
},
"AuthModal": {
"b2bPortal": "Portal B2B",
"signIn": "Iniciar Sesión",