summaryrefslogtreecommitdiff
path: root/src/build/i18n.mjs
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-07-05 07:34:37 +0200
committerache <ache@ache.one>2023-07-05 07:34:37 +0200
commitd8f3be76af854acb58ea6ef9521dd90424117461 (patch)
tree0d9a6dec0d610a35f153b9361280dd821f4e4034 /src/build/i18n.mjs
parentFix table of contents (diff)
i18n for RSS
Diffstat (limited to 'src/build/i18n.mjs')
-rw-r--r--src/build/i18n.mjs14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/build/i18n.mjs b/src/build/i18n.mjs
index 7ecb2e1..25a6318 100644
--- a/src/build/i18n.mjs
+++ b/src/build/i18n.mjs
@@ -4,7 +4,7 @@ const i18n = {
intro: {
'description': 'Éternel étudiant en Math-Info.',
'about': 'Autodidacte passionné,<br><span class="type_wrap"><span class="type">désormais ingénieur.</span></span>',
- 'about_tags': 'GNU\Linux, C, C++, Python, Math, autohébergement, décentralisation, P2P, commun, ... <br> ',
+ 'about_tags': 'GNU\\Linux, C, C++, Python, Math, autohébergement, décentralisation, P2P, commun, ... <br> ',
},
title: {
'main': 'ache: Blog personnel',
@@ -18,13 +18,19 @@ const i18n = {
'2FA-discord-sur-pc.md',
'duckduckgo-google-en-mieux.md',
],
+ 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>.`
+ },
toc_keyword: "Sommaire"
},
en: {
intro: {
'description': 'Eternal student in computer science.',
+ 'quick_description': 'Programmation, Algorithmique, Système, *pick you poison*',
'about': 'Passionated self-taught person,<br><span class="type_wrap"><span class="type">now engineer.</span></span>',
- 'about_tags': 'GNU\Linux, C, C++, Python, Math, self-hosted, dececntralisation, P2P, ... <br>',
+ 'about_tags': 'GNU\\Linux, C, C++, Python, Math, self-hosted, dececntralisation, P2P, ... <br>',
},
title: {
'main': 'ache: Personnel blog',
@@ -35,6 +41,10 @@ const i18n = {
articles: [
'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>.`
+ },
toc_keyword: "Table of contents"
}
}