Merge pull request #45534 from sftim/20240313_localize_blog_string

Localize a string in blog index
pull/45537/head
Kubernetes Prow Robot 2024-03-13 08:04:44 -07:00 committed by GitHub
commit 1b9e1fc6f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,9 @@ other = "(auto-generated page)"
[auto_generated_pageinfo]
other = """<p>This page is automatically generated.</p><p>If you plan to report an issue with this page, mention that the page is auto-generated in your issue description. The fix may need to happen elsewhere in the Kubernetes project.</p>"""
[blog_post_show_more]
other = "Show More Posts..."
[caution]
other = "Caution:"

View File

@ -58,7 +58,7 @@ sidebar-tree in use elsewhere on the site. */}}
{{ end }}
{{ end }}
<li class="more-posts collapse {{ if $active }}show{{ end }}" data-year="{{$year}}">
<a class="td-sidebar-link" id="more-posts" href="">Show More Posts...</a>
<a class="td-sidebar-link" id="more-posts" href="">{{ T "blog_post_show_more" }}</a>
</li>
{{ range $remainingPages }}
{{ if .IsPage }}