mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Zihang Ye
18.31.2020 506175f56fc26cb0a2bd35b4280673c0bfcba9c6
Add translation for taxonomy page (#299)

13 files modified
38 ■■■■■ changed files
i18n/bg.toml 3 ●●●●● patch | view | raw | blame | history
i18n/de.toml 3 ●●●●● patch | view | raw | blame | history
i18n/en.toml 3 ●●●●● patch | view | raw | blame | history
i18n/es.toml 3 ●●●●● patch | view | raw | blame | history
i18n/fr.toml 3 ●●●●● patch | view | raw | blame | history
i18n/it.toml 3 ●●●●● patch | view | raw | blame | history
i18n/nl.toml 3 ●●●●● patch | view | raw | blame | history
i18n/pt.toml 3 ●●●●● patch | view | raw | blame | history
i18n/ru.toml 3 ●●●●● patch | view | raw | blame | history
i18n/sv.toml 3 ●●●●● patch | view | raw | blame | history
i18n/uk.toml 3 ●●●●● patch | view | raw | blame | history
i18n/zh.toml 3 ●●●●● patch | view | raw | blame | history
layouts/_default/taxonomy.html 2 ●●● patch | view | raw | blame | history
i18n/bg.toml
@@ -30,3 +30,6 @@
[send]
other = "Изпрати"
[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
i18n/de.toml
@@ -30,3 +30,6 @@
[send]
other = "Senden"
[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
i18n/en.toml
@@ -30,3 +30,6 @@
[send]
other = "Send"
[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
i18n/es.toml
@@ -30,3 +30,6 @@
[send]
other = "Enviar"
[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
i18n/fr.toml
@@ -30,3 +30,6 @@
[send]
other = "Envoyer"
[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
i18n/it.toml
@@ -30,3 +30,6 @@
[send]
other = "Invia"
[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
i18n/nl.toml
@@ -30,3 +30,6 @@
[send]
other = "Stuur"
[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
i18n/pt.toml
@@ -30,3 +30,6 @@
[send]
other = "Enviar"
[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
i18n/ru.toml
@@ -30,3 +30,6 @@
[send]
other = "трансмиссия"
[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
i18n/sv.toml
@@ -30,3 +30,6 @@
[send]
other = "Skicka"
[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
i18n/uk.toml
@@ -30,3 +30,6 @@
[send]
other = "Надіслати"
[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"
i18n/zh.toml
@@ -30,3 +30,6 @@
[send]
other = "发送"
[taxonomyPageList]
other = "标签为“{{ .Title }}”的页面如下"
layouts/_default/taxonomy.html
@@ -1,7 +1,7 @@
{{ define "main" }}
  <article class="cf pa3 pa4-m pa4-l">
    <div class="measure-wide-l center f4 lh-copy nested-copy-line-height nested-links nested-img mid-gray">
      <p>Below you will find pages that utilize the taxonomy term “{{ .Title }}”</p>
      <p>{{i18n "taxonomyPageList" .}}</p>
    </div>
  </article>
  <div class="mw8 center">