From 2d004b15a7a1b31d094db633c5206dbde653e561 Mon Sep 17 00:00:00 2001 From: kayjaydee Date: Wed, 22 Apr 2026 21:47:57 +0200 Subject: [PATCH] feat(08-01): inject HytaleRecentArticles in /hytale + add i18n keys FR/EN - app/pages/hytale.vue: inserted after TestimonialsSection wrapper, before closing root div - i18n/locales/fr.json: hytale.recentArticles {title, subtitle, viewAll} accentue style (aligned with blog.* 2026) - i18n/locales/en.json: mirror keys - No script changes (auto-import Nuxt) --- app/pages/hytale.vue | 1 + i18n/locales/en.json | 5 +++++ i18n/locales/fr.json | 5 +++++ 3 files changed, 11 insertions(+) diff --git a/app/pages/hytale.vue b/app/pages/hytale.vue index 3902a7f..8aced59 100644 --- a/app/pages/hytale.vue +++ b/app/pages/hytale.vue @@ -35,5 +35,6 @@ useHead({
+ diff --git a/i18n/locales/en.json b/i18n/locales/en.json index 7f5f3db..4636379 100644 --- a/i18n/locales/en.json +++ b/i18n/locales/en.json @@ -552,6 +552,11 @@ "Discord integration" ] } + }, + "recentArticles": { + "title": "Recent articles", + "subtitle": "Latest writing on Hytale plugin development", + "viewAll": "View all articles" } }, "blog": { diff --git a/i18n/locales/fr.json b/i18n/locales/fr.json index 8777816..ce7ed8e 100644 --- a/i18n/locales/fr.json +++ b/i18n/locales/fr.json @@ -552,6 +552,11 @@ "Integration Discord" ] } + }, + "recentArticles": { + "title": "Articles récents", + "subtitle": "Les dernières publications sur le développement de plugins Hytale", + "viewAll": "Voir tous les articles" } }, "blog": {