summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-07-25 10:25:43 +0200
committerache <ache@ache.one>2023-07-25 10:25:43 +0200
commit25e4103c0d9427d8297ef480d3ecc598f9909d29 (patch)
treea84cd6476e15c64be5eba6d37fb7ff4dd60fa894 /src
parent🖼️ Fix image URL (diff)
Typo i18n
Diffstat (limited to 'src')
-rw-r--r--src/build/i18n.mjs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/build/i18n.mjs b/src/build/i18n.mjs
index b4a215b..8ba4511 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 <a href="https://ache.one/fr/">mon site web</a>.`
+ '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"
},
@@ -33,7 +33,7 @@ const i18n = {
'about_tags': 'GNU\\Linux, C, C++, Python, Math, self-hosted, dececntralisation, P2P, ... <br>',
},
title: {
- 'main': 'ache: Personnel blog',
+ 'main': 'ache: Personal blog',
'home': 'Home',
'git': 'Personnel git repository',
'mastodon': 'Mastodon account',
@@ -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 <a href="https://ache.one/en/">my website</a>.`
+ '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"
}