Skip to content

Commit 491c9e2

Browse files
committed
add localization for subscribe button
1 parent 2139b50 commit 491c9e2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

i18n/en.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,9 @@ other = "Objectives"
175175
[prerequisites_heading]
176176
other = "Before you begin"
177177

178+
[subscribe_button]
179+
other = "Subscribe"
180+
178181
[ui_search_placeholder]
179182
other = "Search"
180183

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="{{ T "input_placeholder_email_address" }}" aria-label="email" required>
2929
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
3030
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_3885586f8f1175194017967d6_11c1b8bcb2" tabindex="-1" value=""></div>
31-
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
31+
<div class="clear"><input type="submit" value="{{ T "subscribe_button" }}" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
3232
</div>
3333
</form>
3434
<h5 style="text-align: center"><a href="https://us10.campaign-archive.com/home/?u=3885586f8f1175194017967d6&id=11c1b8bcb2" aria-label="Kube Weekly" style="color: #3371E3; font-weight: 400; font-size: 20px">{{ T "main_kubeweekly_past_link" }}</a></h5>

0 commit comments

Comments
 (0)