diff --git a/i18n/en.toml b/i18n/en.toml
index 3fc4472992..293bd57121 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -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"
diff --git a/i18n/pt-br.toml b/i18n/pt-br.toml
index 2963302ae3..06b019b6be 100644
--- a/i18n/pt-br.toml
+++ b/i18n/pt-br.toml
@@ -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"
diff --git a/i18n/zh.toml b/i18n/zh.toml
index f54346ffe0..d7dfd076d0 100644
--- a/i18n/zh.toml
+++ b/i18n/zh.toml
@@ -91,6 +91,9 @@ other = "隐私政策"
[footer_terms_and_conditions]
other = "条款"
+[footer_trademarks]
+other = "商标"
+
[page_publish_date_format]
other = "2006年1月2日"
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 1f3cd8d377..dad16d2fea 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -53,6 +53,9 @@
|
+ |
{{ if .Params.source_repo }}
{{ $msg := i18n "generated_file" }}
{{ $title := printf $msg .Page.Params.source_repo }}