Add Linux Foundation trademark link to site footer (#14205)

* WIP add trademark link to footer

* Add translations
This commit is contained in:
Sean Killeen 2023-11-30 10:01:25 -05:00 committed by GitHub
parent 197591bc68
commit f014776b79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 0 deletions

View File

@ -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"

View File

@ -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"

View File

@ -91,6 +91,9 @@ other = "隐私政策"
[footer_terms_and_conditions]
other = "条款"
[footer_trademarks]
other = "商标"
[page_publish_date_format]
other = "2006年1月2日"

View File

@ -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 }}