Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new blog tag #3608

Merged
merged 16 commits into from
Feb 9, 2024
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
3 changes: 2 additions & 1 deletion src/main/content/_i18n/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pages:
support: Support
blog: Blog
footer:
copyright: Copyright IBM Corp. 2017, 2023
copyright: Copyright IBM Corp. 2017, 2024
privacy_policy: Privacy policy
license: License
logos: Logos
Expand Down Expand Up @@ -274,6 +274,7 @@ blog:
data-sources: data-sources
reactive: reactive
devops: devops
case-study: case-study
overview:
contribute_on_github: Contribute on GitHub
open_issue: Open Issue
Expand Down
3 changes: 2 additions & 1 deletion src/main/content/_i18n/ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pages:
support: サポート
blog: ブログ
footer:
copyright: Copyright IBM Corp. 2017, 2023
copyright: Copyright IBM Corp. 2017, 2024
privacy_policy: プライバシー・ポリシー
license: ライセンス
logos: ロゴ
Expand Down Expand Up @@ -274,6 +274,7 @@ blog:
data-sources: データ・ソース
reactive: 反応性
devops: devops
case-study: 導入事例
overview:
contribute_on_github: Contribute on GitHub
open_issue: Open Issue
Expand Down
3 changes: 2 additions & 1 deletion src/main/content/_i18n/zh-Hans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pages:
support: 支持
blog: 博客
footer:
copyright: Copyright IBM Corp. 2017, 2023
copyright: Copyright IBM Corp. 2017, 2024
privacy_policy: 隐私策略
license: 许可证
logos: 洛戈斯
Expand Down Expand Up @@ -273,6 +273,7 @@ blog:
data-sources: 数据源
reactive: 反应
devops: devops
case-study: 个案研究
overview:
contribute_on_github: Contribute on GitHub
open_issue: Open Issue
Expand Down
Loading