update i18n translation

This commit is contained in:
Somrat
2024-05-12 14:07:39 +06:00
parent 4699c6465e
commit 1fcca8dec5
8 changed files with 25 additions and 52 deletions

View File

@@ -47,7 +47,7 @@
{{ $tags:= .Params.tags }}
{{ if $tags }}
<div class="lg:col-5 mb-10 flex items-center lg:mb-0">
<h5 class="mr-3">{{ i18n "tags" }} :</h5>
<h5 class="mr-3">{{ T "tags" }} :</h5>
<ul>
{{ range $i,$p:= $tags }}
<li class="inline-block">
@@ -62,7 +62,7 @@
</div>
{{ end }}
<div class="lg:col-4 flex items-center">
{{ partial "social-share" (dict "Context" . "Class" "share-icons" "Title" (i18n "share") "Whatsapp" false "Telegram" false "Linkedin" false "Pinterest" false "Tumblr" false "Vk" false) }}
{{ partial "social-share" (dict "Context" . "Class" "share-icons" "Title" (T "share") "Whatsapp" false "Telegram" false "Linkedin" false "Pinterest" false "Tumblr" false "Vk" false) }}
</div>
</div>
<!-- comments -->
@@ -79,7 +79,7 @@
{{ $related = $related | shuffle | first 3 }}
{{ with $related }}
<div class="section pb-0">
<h2 class="h3 mb-12">{{ i18n "related_posts" }}</h2>
<h2 class="h3 mb-12">{{ T "related_posts" }}</h2>
<div class="row">
{{ range . }}
<div class="lg:col-4 md:col-6 mb-14">