Skip to content

Commit 8e36c10

Browse files
AndygolTim Bannister
authored andcommitted
Localize a string in blog index
Co-authored-by: Andrii Holovin <[email protected]>
1 parent 0110b43 commit 8e36c10

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

data/i18n/en/en.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ other = "(auto-generated page)"
99
[auto_generated_pageinfo]
1010
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>"""
1111

12+
[blog_post_show_more]
13+
other = "Show More Posts..."
14+
1215
[caution]
1316
other = "Caution:"
1417

layouts/partials/blog-sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
{{ end }}
5959
{{ end }}
6060
<li class="more-posts collapse {{ if $active }}show{{ end }}" data-year="{{$year}}">
61-
<a class="td-sidebar-link" id="more-posts" href="">Show More Posts...</a>
61+
<a class="td-sidebar-link" id="more-posts" href="">{{ T "blog_post_show_more" }}</a>
6262
</li>
6363
{{ range $remainingPages }}
6464
{{ if .IsPage }}

0 commit comments

Comments
 (0)