summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-07-05 07:57:27 +0200
committerache <ache@ache.one>2023-07-05 07:57:27 +0200
commite61bbfb26a59b99c0b2b8d09c22856280eaac992 (patch)
tree0e1e5516b64b96c6a1d0184691ebad29ba3e6a59 /src
parent🖼️ Fix image of RSS feed (diff)
🔗 i18n message fix
Diffstat (limited to 'src')
-rw-r--r--src/build/i18n.mjs4
1 files 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': `<b>Ceci est un flux RSS</b> à destination des agrégateurs de contenu.<br/>En tant qu'être humain vous cherchez certainement mon site <a href="https://ache.one">mon site web</a>.`
+ 'description': `<b>Ceci est un flux RSS</b> à destination des agrégateurs de contenu.<br/>En tant qu'être humain vous cherchez certainement <a href="https://ache.one/fr/">mon site web</a>.`
},
toc_keyword: "Sommaire"
},
@@ -43,7 +43,7 @@ const i18n = {
],
rss: {
'title': 'ache: Personal blog',
- 'description': `<b>This is a RSS feed</b> for content agreagator.<br/>As an humain you may looking for my website <a href="https://ache.one">mon site web</a>.`
+ 'description': `<b>This is a RSS feed</b> for content agreagator.<br/>As an humain you may looking for <a href="https://ache.one/en/">my website</a>.`
},
toc_keyword: "Table of contents"
}