From 41b1f973370582d47b12f1c63f9171370e3241ed Mon Sep 17 00:00:00 2001 From: Thiago Rossener Date: Tue, 4 Feb 2020 15:03:49 -0300 Subject: [PATCH] Enabled translations to post elements --- _includes/author.html | 2 +- _includes/comments.html | 2 +- _includes/recommendation.html | 4 ++-- _includes/share.html | 10 +++++----- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/_includes/author.html b/_includes/author.html index 87df1457e1..1681557caa 100644 --- a/_includes/author.html +++ b/_includes/author.html @@ -7,7 +7,7 @@ {% else %} {{ author.display_name }} {% endif %} -

Author

+

{{ site.translations.text.author | default: "Author" }}

{{ author.display_name }}

diff --git a/_includes/comments.html b/_includes/comments.html index 06ad40db96..9dc976051c 100644 --- a/_includes/comments.html +++ b/_includes/comments.html @@ -1,7 +1,7 @@ {% if site.disqus_username %}
-

Comments

+

{{ site.translations.text.comments | default: "Comments" }}