summaryrefslogtreecommitdiff
path: root/src/build/i18n.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/i18n.mjs')
-rw-r--r--src/build/i18n.mjs8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/build/i18n.mjs b/src/build/i18n.mjs
index 8ba4511..b8d01f0 100644
--- a/src/build/i18n.mjs
+++ b/src/build/i18n.mjs
@@ -23,7 +23,9 @@ const i18n = {
'quick_description': 'Programmation, Algorithmique, Système, *pick you poison*',
'description': `<b>Ceci est un flux RSS</b> à destination des agrégateurs de contenu.<br>\nEn tant qu'être humain vous cherchez certainement <a href="https://ache.one/fr/">mon site web</a>.`
},
- toc_keyword: "Sommaire"
+ toc_keyword: "Sommaire",
+ tag_desc: "Liste des articles ayant le tag",
+ index_desc: "Blog personnel à propos de programmation, logiciel libre et autohébergement. Essayons de rendre le monde meilleur.",
},
en: {
intro: {
@@ -45,7 +47,9 @@ const i18n = {
'title': 'ache: Personal blog',
'description': `<b>This is a RSS feed</b> for content agreagator.<br>\nAs a human being, you are certainly looking for <a href="https://ache.one/en/">my website</a>.`
},
- toc_keyword: "Table of contents"
+ toc_keyword: "Table of contents",
+ tag_desc: "List of articles with the tag",
+ index_desc: "Personal blog about programming, free software and self-hosting. Let's try to make the world a better place.",
}
}