Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaud Leprêtre <thibaud.lepretre@gmail.com>2016-11-15 00:59:07 +0300
committerThibaud Leprêtre <thibaud.lepretre@gmail.com>2016-11-20 17:21:07 +0300
commit4567ee757caf6133eaa6f026308385fcaba19508 (patch)
tree31e2e529860362b32dc3e8973f6b6dd875ddc31e /layouts/taxonomy/category.html
parent97054739a2523dcecac4ca43c151b4140d0b8783 (diff)
Add theme translation
- [x] replace hardcoded string by `{{ i18n KEY }}` in html file - [x] Add *en-US* translation file - [x] Add *fr-FR* translation file - [x] Add *es-ES* translation file - [x] Add *ja* translation file - [x] Add *pt-br* translation file - [x] Add *ru* translation file - [x] Add *zh-cn* translation file - [x] Add *zh-tw* translation file - [x] Add *vi* translation file - [x] Add *de-de* translation file - [x] translate menu - [x] localize date (if possible) fixes #9
Diffstat (limited to 'layouts/taxonomy/category.html')
-rw-r--r--layouts/taxonomy/category.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/taxonomy/category.html b/layouts/taxonomy/category.html
index 8230fdf..b176b72 100644
--- a/layouts/taxonomy/category.html
+++ b/layouts/taxonomy/category.html
@@ -21,7 +21,7 @@
{{ else }}
<div id="archives" class="main-content-wrap">
<form id="filter-form" action="#">
- <input name="date" type="text" class="form-control input--xlarge" placeholder="Search date (YYYY/MM/DD)" autofocus="autofocus">
+ <input name="date" type="text" class="form-control input--xlarge" placeholder="{{ i18n "global.search_date" }}" autofocus="autofocus">
</form>
{{ partial "archive-post.html" (where .Data.Pages "Type" "post") }}
</div>