mirror of https://github.com/istio/istio.io.git
Fix a few translation strings.
This commit is contained in:
parent
5a9f78e843
commit
ec2a9aa05c
|
@ -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]
|
||||||
|
|
|
@ -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]
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tag">
|
<div class="tag">
|
||||||
{{ i18n "for_users" }}
|
{{ i18n "for_everyone" }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue