feat(08-01): inject HytaleRecentArticles in /hytale + add i18n keys FR/EN
- app/pages/hytale.vue: <HytaleRecentArticles /> 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)
This commit is contained in:
@@ -35,5 +35,6 @@ useHead({
|
|||||||
<div class="relative bg-gray-50/50 dark:bg-gray-900/20">
|
<div class="relative bg-gray-50/50 dark:bg-gray-900/20">
|
||||||
<TestimonialsSection />
|
<TestimonialsSection />
|
||||||
</div>
|
</div>
|
||||||
|
<HytaleRecentArticles />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -552,6 +552,11 @@
|
|||||||
"Discord integration"
|
"Discord integration"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"recentArticles": {
|
||||||
|
"title": "Recent articles",
|
||||||
|
"subtitle": "Latest writing on Hytale plugin development",
|
||||||
|
"viewAll": "View all articles"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"blog": {
|
"blog": {
|
||||||
|
|||||||
@@ -552,6 +552,11 @@
|
|||||||
"Integration Discord"
|
"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": {
|
"blog": {
|
||||||
|
|||||||
Reference in New Issue
Block a user