Merge missing translations (#10355)
* Merge missing translations * Disable Norwegian
This commit is contained in:
committed by
k8s-ci-robot
parent
4b77af7466
commit
32014f94b3
@@ -2,8 +2,10 @@
|
||||
{{ if not .Params.notitle }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ end }}
|
||||
{{ if eq .Lang "en" }}
|
||||
{{ template "docs-portal-user-journey" . }}
|
||||
{{ partial "docs/browse.html" (where .Parent.Sections ".Params.toc_hide" "!=" true) }}
|
||||
{{ end }}
|
||||
{{ partial "docs/browse.html" .Parent }}
|
||||
{{ end }}
|
||||
|
||||
{{ define "content-id" }}content{{ end }}
|
||||
@@ -54,13 +56,13 @@
|
||||
</div>
|
||||
|
||||
<div class="paths">
|
||||
<div class="navButton users">Users</div>
|
||||
<div class="navButton contributors">Contributors</div>
|
||||
<a> <div class="navButton browse">Browse Docs</div></a>
|
||||
<div class="navButton users">{{ T "docs_label_users" }}</div>
|
||||
<div class="navButton contributors">{{ T "docs_label_contributors" }}</div>
|
||||
<a> <div class="navButton browse">{{ T "docs_label_browse" }}</div></a>
|
||||
</div>
|
||||
|
||||
<div id="cardWrapper">
|
||||
<div class="display-bar">I AM...</div>
|
||||
<div class="display-bar">{{ T "docs_label_i_am" }}</div>
|
||||
<div class='cards' markdown="1">
|
||||
<div class='docsection1' id='persona-definition'>.</div>
|
||||
</div>
|
||||
|
||||
@@ -26,8 +26,10 @@
|
||||
<span class="tag-option"><a id="deselect-all-tags" href="javascript:void(0)">Deselect all</a></span>
|
||||
</div>
|
||||
<p>Click on the <a href="javascript:void(0)" class="no-underline">[+]</a> indicators below to get a longer explanation for any particular term.</p>
|
||||
{{ $glossary_terms := (.Site.GetPage "page" "docs/reference/glossary").Resources.ByType "page" }}
|
||||
{{ $glossary_terms := sort $glossary_terms "Title" "asc" }}
|
||||
{{ partial "docs/glossary-terms.html" . }}
|
||||
{{ $glossary_items := $.Scratch.Get "glossary_items" }}
|
||||
{{ with $glossary_items }}
|
||||
{{ $glossary_terms := sort . "Title" "asc" }}
|
||||
<ul>
|
||||
{{ range $glossary_terms }}
|
||||
{{ $.Scratch.Set "tag_classes" "" }}
|
||||
@@ -53,4 +55,5 @@
|
||||
{{ end }}
|
||||
</ul>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user