Fix a few translation strings.

This commit is contained in:
mtail 2019-03-02 17:45:27 -08:00
parent 5a9f78e843
commit ec2a9aa05c
4 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ other = "Follow us on Twitter to get the latest news"
[stackoverflow_desc] [stackoverflow_desc]
other = "Stack Overflow is where you can ask questions and find curated answers on deploying, configuring, and using Istio" other = "Stack Overflow is where you can ask questions and find curated answers on deploying, configuring, and using Istio"
[for_users] [for_everyone]
other = "for everyone" other = "for everyone"
[for_developers] [for_developers]

View File

@ -7,7 +7,7 @@ other = "关注我们的 Twitter 来获取最新信息"
[stackoverflow_desc] [stackoverflow_desc]
other = "Stack Overflow 中列举了针对实际问题以及部署、配置和使用 Istio 的各项回答" other = "Stack Overflow 中列举了针对实际问题以及部署、配置和使用 Istio 的各项回答"
[for_users] [for_everyone]
other = "对于用户" other = "对于用户"
[for_developers] [for_developers]

View File

@ -29,7 +29,7 @@
</div> </div>
<div class="tag"> <div class="tag">
{{ i18n "for_users" }} {{ i18n "for_everyone" }}
</div> </div>
</div> </div>

View File

@ -54,7 +54,7 @@
{{ if $page.Scratch.Get "seeAlso" }} {{ if $page.Scratch.Get "seeAlso" }}
{{ with $related }} {{ with $related }}
<li><a href="#see-also">See also</a></li> <li><a href="#see-also">{{ i18n "see_also" }}</a></li>
{{ end }} {{ end }}
{{ end }} {{ end }}
</ul> </ul>