mirror of https://github.com/istio/istio.io.git
Add Linux Foundation trademark link to site footer (#14205)
* WIP add trademark link to footer * Add translations
This commit is contained in:
parent
197591bc68
commit
f014776b79
|
@ -91,6 +91,9 @@ other = "Privacy policy"
|
|||
[footer_terms_and_conditions]
|
||||
other = "Terms and Conditions"
|
||||
|
||||
[footer_trademarks]
|
||||
other = "Trademarks"
|
||||
|
||||
[page_publish_date_format]
|
||||
other = "January 2, 2006"
|
||||
|
||||
|
|
|
@ -85,6 +85,9 @@ other = "2 de janeiro de 2006"
|
|||
[footer_privacy_policy]
|
||||
other = "Política de Privacidade"
|
||||
|
||||
[footer_trademarks]
|
||||
other = "Marcas registradas"
|
||||
|
||||
[page_publish_date_format]
|
||||
other = "2 de janeiro de 2006"
|
||||
|
||||
|
|
|
@ -91,6 +91,9 @@ other = "隐私政策"
|
|||
[footer_terms_and_conditions]
|
||||
other = "条款"
|
||||
|
||||
[footer_trademarks]
|
||||
other = "商标"
|
||||
|
||||
[page_publish_date_format]
|
||||
other = "2006年1月2日"
|
||||
|
||||
|
|
|
@ -53,6 +53,9 @@
|
|||
<a class="footer-policies-link" href="https://www.linuxfoundation.org/legal/privacy-policy">
|
||||
{{ i18n "footer_privacy_policy" }}
|
||||
</a> |
|
||||
<a class="footer-policies-link" href="https://www.linuxfoundation.org/legal/trademark-usage">
|
||||
{{ i18n "footer_trademarks" }}
|
||||
</a> |
|
||||
{{ if .Params.source_repo }}
|
||||
{{ $msg := i18n "generated_file" }}
|
||||
{{ $title := printf $msg .Page.Params.source_repo }}
|
||||
|
|
Loading…
Reference in New Issue