Fix URL in navbar-version-selector.html to point to correct localization

Add missing space
pull/36923/head
Abigail McCarthy 2022-09-20 10:40:48 -04:00
parent 98967969bd
commit fb11b32a59
2 changed files with 5 additions and 2 deletions

View File

@ -291,6 +291,9 @@ other = "End Of Life Date"
[release_full_details_initial_text]
other = "Complete"
[release_information_navbar]
other = "Release Information"
[release_minor_version]
other = "Minor Version"

View File

@ -3,8 +3,8 @@
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
{{ $p := . }}
<a class="dropdown-item" href="/releases">Release Information</a>
<a class="dropdown-item" href="{{ "releases" | relLangURL }}">{{ i18n "release_information_navbar" . }}</a>
{{ range .Site.Params.versions }}
<a class="dropdown-item" href="{{ .url }}{{ $p.RelPermalink }}">{{ .version }}</a>
{{ end }}
</div>
</div>