Translate some remnant partials for localization (#12239)

This commit is contained in:
Qiming
2019-01-29 15:18:04 +08:00
committed by Kubernetes Prow Robot
parent 087a2884b3
commit bef190960f
7 changed files with 74 additions and 13 deletions
+3 -2
View File
@@ -3,8 +3,9 @@
<main>
<div class="content deprecation-warning">
<h3>
Documentation for Kubernetes {{ .Param "version" }} is no longer actively maintained. The version you are currently viewing is a static snapshot.
For up-to-date documentation, see the <a href="{{ .Site.Params.currentUrl }}">latest</a> version.
Kubernetes {{ .Param "version" }}
{{ T "deprecation_warning" }}
<a href="{{ .Site.Params.currentUrl }}">{{ T "latest_version" }}</a>
</h3>
</div>
</main>