From 707494ac41d0adb25f8e6b793730fa6011284bea Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 5 Jul 2023 07:43:25 +0200 Subject: =?UTF-8?q?Coh=C3=A9rence=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/build/i18n.mjs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/build/i18n.mjs b/src/build/i18n.mjs index 25a6318..627fa33 100644 --- a/src/build/i18n.mjs +++ b/src/build/i18n.mjs @@ -19,9 +19,9 @@ const i18n = { 'duckduckgo-google-en-mieux.md', ], rss: { - title: 'ache: Blog personnel', + 'title': 'ache: Blog personnel', 'quick_description': 'Programmation, Algorithmique, Système, *pick you poison*', - description: `Ceci est un flux RSS à destination des agrégateurs de contenu.
En tant qu'être humain vous cherchez certainement mon site mon site web.` + 'description': `Ceci est un flux RSS à destination des agrégateurs de contenu.
En tant qu'être humain vous cherchez certainement mon site mon site web.` }, toc_keyword: "Sommaire" }, @@ -42,8 +42,8 @@ const i18n = { 'c-language-quirks.md', ], rss: { - title: 'ache: Personal blog', - description: `This is a RSS feed for content agreagator.
As an humain you may looking for my website mon site web.` + 'title': 'ache: Personal blog', + 'description': `This is a RSS feed for content agreagator.
As an humain you may looking for my website mon site web.` }, toc_keyword: "Table of contents" } -- cgit v1.2.3