Skip to content

Commit ae57851

Browse files
Merge pull request #4125 from OpenLiberty/Added_take_the_survey_translations
Added_take_the_survey_translations
2 parents e1d5483 + ed9a5e6 commit ae57851

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

src/main/content/_i18n/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pages:
2828
docs: Docs
2929
support: Support
3030
blog: Blog
31+
survey: Take the Survey
3132
footer:
3233
copyright: Copyright IBM Corp. 2017, 2025
3334
privacy_policy: Privacy policy

src/main/content/_i18n/ja.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pages:
2828
docs: 資料
2929
support: サポート
3030
blog: ブログ
31+
survey: アンケートに回答する
3132
footer:
3233
copyright: Copyright IBM Corp. 2017, 2025
3334
privacy_policy: プライバシー・ポリシー

src/main/content/_i18n/zh-Hans.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pages:
2828
docs: 文档
2929
support: 支持
3030
blog: 博客
31+
survey: 参加该调查
3132
footer:
3233
copyright: Copyright IBM Corp. 2017, 2025
3334
privacy_policy: 隐私策略

src/main/content/_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<a href="/blog/">{% t pages.blog %}</a>
3535
</li>
3636
<li class="nav_link">
37-
<a href="https://your.feedback.ibm.com/jfe/form/SV_e2RYX6g8UeVQLI2" target="_blank" rel="noopener noreferrer">Take the Survey</a>
37+
<a href="https://your.feedback.ibm.com/jfe/form/SV_e2RYX6g8UeVQLI2" target="_blank" rel="noopener noreferrer">{% t pages.survey %}</a>
3838
</li>
3939
</ul>
4040
<div id="header_round_links_container">

0 commit comments

Comments
 (0)