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]
|
||||
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"
|
||||
|
||||
[for_developers]
|
||||
|
|
|
@ -7,7 +7,7 @@ other = "关注我们的 Twitter 来获取最新信息"
|
|||
[stackoverflow_desc]
|
||||
other = "Stack Overflow 中列举了针对实际问题以及部署、配置和使用 Istio 的各项回答"
|
||||
|
||||
[for_users]
|
||||
[for_everyone]
|
||||
other = "对于用户"
|
||||
|
||||
[for_developers]
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</div>
|
||||
|
||||
<div class="tag">
|
||||
{{ i18n "for_users" }}
|
||||
{{ i18n "for_everyone" }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
|
||||
{{ if $page.Scratch.Get "seeAlso" }}
|
||||
{{ with $related }}
|
||||
<li><a href="#see-also">See also</a></li>
|
||||
<li><a href="#see-also">{{ i18n "see_also" }}</a></li>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue