summaryrefslogtreecommitdiff
path: root/src/build/i18n.mjs
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-08-11 12:39:17 +0200
committerache <ache@ache.one>2023-08-11 12:43:30 +0200
commit8c36bc61ccb003150fe8532a6509bdebafe49a8f (patch)
tree1753e9d125561a9aacc018d244031385cf4f9ad9 /src/build/i18n.mjs
parentI forgot the torrent file 😱 (diff)
i18n for likes
Diffstat (limited to 'src/build/i18n.mjs')
-rw-r--r--src/build/i18n.mjs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/build/i18n.mjs b/src/build/i18n.mjs
index dfc7c59..979dbe6 100644
--- a/src/build/i18n.mjs
+++ b/src/build/i18n.mjs
@@ -27,6 +27,8 @@ const i18n = {
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.",
+ like_title: "Si vous avez aimez cet article cliquez sur le cœur !",
+ like_text: "Vous pouvez même envoyez plusieurs cœurs ! <br><span class=\"likesNotes\">Le délais d'attente entre deux cœurs double à chaque fois.</span>",
},
en: {
intro: {
@@ -52,6 +54,8 @@ const i18n = {
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.",
+ like_title: "If you liked this article click on the heart!",
+ like_text: "You can even send multiple hearts! <br><span class=\"likesNotes\">The waiting time between two hearts doubles each time.</span>",
}
}