Skip to content

Commit f014776

Browse files
authored
Add Linux Foundation trademark link to site footer (istio#14205)
* WIP add trademark link to footer * Add translations
1 parent 197591b commit f014776

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

i18n/en.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ other = "Privacy policy"
9191
[footer_terms_and_conditions]
9292
other = "Terms and Conditions"
9393

94+
[footer_trademarks]
95+
other = "Trademarks"
96+
9497
[page_publish_date_format]
9598
other = "January 2, 2006"
9699

i18n/pt-br.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ other = "2 de janeiro de 2006"
8585
[footer_privacy_policy]
8686
other = "Política de Privacidade"
8787

88+
[footer_trademarks]
89+
other = "Marcas registradas"
90+
8891
[page_publish_date_format]
8992
other = "2 de janeiro de 2006"
9093

i18n/zh.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ other = "隐私政策"
9191
[footer_terms_and_conditions]
9292
other = "条款"
9393

94+
[footer_trademarks]
95+
other = "商标"
96+
9497
[page_publish_date_format]
9598
other = "2006年1月2日"
9699

layouts/partials/footer.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
<a class="footer-policies-link" href="https://www.linuxfoundation.org/legal/privacy-policy">
5454
{{ i18n "footer_privacy_policy" }}
5555
</a> |
56+
<a class="footer-policies-link" href="https://www.linuxfoundation.org/legal/trademark-usage">
57+
{{ i18n "footer_trademarks" }}
58+
</a> |
5659
{{ if .Params.source_repo }}
5760
{{ $msg := i18n "generated_file" }}
5861
{{ $title := printf $msg .Page.Params.source_repo }}

0 commit comments

Comments
 (0)