summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-07-05 07:43:25 +0200
committerache <ache@ache.one>2023-07-05 07:43:25 +0200
commit707494ac41d0adb25f8e6b793730fa6011284bea (patch)
tree7a050639404dd70b66fc2a3981e3cdd36aaae790 /src
parent🤖 Update robots.txt (diff)
Cohérence i18n
Diffstat (limited to 'src')
-rw-r--r--src/build/i18n.mjs8
1 files 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: `<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 mon site <a href="https://ache.one">mon site web</a>.`
},
toc_keyword: "Sommaire"
},
@@ -42,8 +42,8 @@ const i18n = {
'c-language-quirks.md',
],
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>.`
+ '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>.`
},
toc_keyword: "Table of contents"
}