summaryrefslogtreecommitdiff
path: root/src/templates
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/templates
parentI forgot the torrent file 😱 (diff)
i18n for likes
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/likes.tmpl26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/templates/likes.tmpl b/src/templates/likes.tmpl
index a0018d9..925d0c4 100644
--- a/src/templates/likes.tmpl
+++ b/src/templates/likes.tmpl
@@ -1,17 +1,17 @@
<section class="likes" style="display: none">
- <span class="likesBox">
- <div class="icon">
- <svg class="heart-main" viewBox="0 0 512 512" title="heart" z-index="1" height="100">
- <path d="M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z" class=""></path>
- </svg>
- <svg class="heart-background" viewBox="0 0 512 512" title="heart" z-index="1" height="100">
- <path d="M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z" class=""></path>
- </svg>
- <div class="nbLikes"><div></div></div>
- </div>
- <div>
- <span class="likesTitle">Si vous avez aimez cet article cliquez sur le cœur !</span>
- <p class="likesText">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></p>
+ <span class="likesBox">
+ <div class="icon">
+ <svg class="heart-main" viewBox="0 0 512 512" title="heart" z-index="1" height="100">
+ <path d="M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z" class=""></path>
+ </svg>
+ <svg class="heart-background" viewBox="0 0 512 512" title="heart" z-index="1" height="100">
+ <path d="M462.3 62.6C407.5 15.9 326 24.3 275.7 76.2L256 96.5l-19.7-20.3C186.1 24.3 104.5 15.9 49.7 62.6c-62.8 53.6-66.1 149.8-9.9 207.9l193.5 199.8c12.5 12.9 32.8 12.9 45.3 0l193.5-199.8c56.3-58.1 53-154.3-9.8-207.9z" class=""></path>
+ </svg>
+ <div class="nbLikes"><div></div></div>
+ </div>
+ <div>
+ <span class="likesTitle">{{ like_title }}</span>
+ <p class="likesText">{{{ like_text }}}</p>
</div></span>
</section>