Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/main/content/_i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pages:
docs: Docs
support: Support
blog: Blog
survey: Take the Survey
footer:
copyright: Copyright IBM Corp. 2017, 2025
privacy_policy: Privacy policy
Expand Down
1 change: 1 addition & 0 deletions src/main/content/_i18n/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pages:
docs: 資料
support: サポート
blog: ブログ
survey: アンケートに回答する
footer:
copyright: Copyright IBM Corp. 2017, 2025
privacy_policy: プライバシー・ポリシー
Expand Down
1 change: 1 addition & 0 deletions src/main/content/_i18n/zh-Hans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pages:
docs: 文档
support: 支持
blog: 博客
survey: 参加该调查
footer:
copyright: Copyright IBM Corp. 2017, 2025
privacy_policy: 隐私策略
Expand Down
2 changes: 1 addition & 1 deletion src/main/content/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<a href="/blog/">{% t pages.blog %}</a>
</li>
<li class="nav_link">
<a href="https://your.feedback.ibm.com/jfe/form/SV_e2RYX6g8UeVQLI2" target="_blank" rel="noopener noreferrer">Take the Survey</a>
<a href="https://your.feedback.ibm.com/jfe/form/SV_e2RYX6g8UeVQLI2" target="_blank" rel="noopener noreferrer">{% t pages.survey %}</a>
</li>
</ul>
<div id="header_round_links_container">
Expand Down