From e61bbfb26a59b99c0b2b8d09c22856280eaac992 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 5 Jul 2023 07:57:27 +0200 Subject: =?UTF-8?q?=F0=9F=94=97=20i18n=20message=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/build/i18n.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/build/i18n.mjs b/src/build/i18n.mjs index 627fa33..b4a215b 100644 --- a/src/build/i18n.mjs +++ b/src/build/i18n.mjs @@ -21,7 +21,7 @@ const i18n = { rss: { '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 web.` }, toc_keyword: "Sommaire" }, @@ -43,7 +43,7 @@ const i18n = { ], 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.` + 'description': `This is a RSS feed for content agreagator.
As an humain you may looking for my website.` }, toc_keyword: "Table of contents" } -- cgit v1.2.3