store: añade la sección plegable "Novedades" (changelog)

Replica el bloque Novedades del diseño original: fieldset plegable con el
changelog (Noviembre 2024) y sus objetos enlazados a wowhead (icono zamimg tiny
+ color por calidad). components/StoreNews.tsx (client, toggle con flecha
rotate/rotate2 del tema), incluido en la caja de info de /store. i18n
Store.newsTitle/newsIntro/newsDate (es/en).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-15 00:00:11 +00:00
parent 026fbcb81c
commit 5a903ef627
5 changed files with 90 additions and 2 deletions
+4 -1
View File
@@ -1956,6 +1956,9 @@
"invalidCharacter": "Invalid character.",
"emptyCart": "Your cart is empty.",
"generic": "An error occurred. Please try again."
}
},
"newsTitle": "News",
"newsIntro": "List of additions made based on the community's suggestions in our forum.",
"newsDate": "November 2024"
}
}
+4 -1
View File
@@ -1956,6 +1956,9 @@
"invalidCharacter": "El personaje no es válido.",
"emptyCart": "Tu carrito está vacío.",
"generic": "Ha ocurrido un error. Inténtalo de nuevo."
}
},
"newsTitle": "Novedades",
"newsIntro": "Lista de adiciones realizadas en base a las sugerencias de la comunidad en nuestro foro.",
"newsDate": "Noviembre 2024"
}
}