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": {