Browse Source

Add translation for taxonomy page (#299)

tags/2.6.0
Zihang Ye 4 years ago
parent
commit
506175f56f
No account linked to committer's email address
13 changed files with 37 additions and 1 deletions
  1. 3
    0
      i18n/bg.toml
  2. 3
    0
      i18n/de.toml
  3. 3
    0
      i18n/en.toml
  4. 3
    0
      i18n/es.toml
  5. 3
    0
      i18n/fr.toml
  6. 3
    0
      i18n/it.toml
  7. 3
    0
      i18n/nl.toml
  8. 3
    0
      i18n/pt.toml
  9. 3
    0
      i18n/ru.toml
  10. 3
    0
      i18n/sv.toml
  11. 3
    0
      i18n/uk.toml
  12. 3
    0
      i18n/zh.toml
  13. 1
    1
      layouts/_default/taxonomy.html

+ 3
- 0
i18n/bg.toml View File



[send] [send]
other = "Изпрати" other = "Изпрати"

[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"

+ 3
- 0
i18n/de.toml View File



[send] [send]
other = "Senden" other = "Senden"

[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"

+ 3
- 0
i18n/en.toml View File



[send] [send]
other = "Send" other = "Send"

[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"

+ 3
- 0
i18n/es.toml View File



[send] [send]
other = "Enviar" other = "Enviar"

[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"

+ 3
- 0
i18n/fr.toml View File



[send] [send]
other = "Envoyer" other = "Envoyer"

[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"

+ 3
- 0
i18n/it.toml View File



[send] [send]
other = "Invia" other = "Invia"

[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"

+ 3
- 0
i18n/nl.toml View File



[send] [send]
other = "Stuur" other = "Stuur"

[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"

+ 3
- 0
i18n/pt.toml View File



[send] [send]
other = "Enviar" other = "Enviar"

[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"

+ 3
- 0
i18n/ru.toml View File



[send] [send]
other = "трансмиссия" other = "трансмиссия"

[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"

+ 3
- 0
i18n/sv.toml View File



[send] [send]
other = "Skicka" other = "Skicka"

[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"

+ 3
- 0
i18n/uk.toml View File



[send] [send]
other = "Надіслати" other = "Надіслати"

[taxonomyPageList]
other = "Below you will find pages that utilize the taxonomy term “{{ .Title }}”"

+ 3
- 0
i18n/zh.toml View File



[send] [send]
other = "发送" other = "发送"

[taxonomyPageList]
other = "标签为“{{ .Title }}”的页面如下"

+ 1
- 1
layouts/_default/taxonomy.html View File

{{ define "main" }} {{ define "main" }}
<article class="cf pa3 pa4-m pa4-l"> <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"> <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> </div>
</article> </article>
<div class="mw8 center"> <div class="mw8 center">

Loading…
Cancel
Save