HTML: Add an abuse report link in the footer

This commit is contained in:
Samantaz Fox 2023-02-15 22:33:45 +01:00
parent 7993784701
commit 7cf1ad2ad9
No known key found for this signature in database
GPG key ID: F42821059186176E
3 changed files with 6 additions and 0 deletions

View file

@ -455,6 +455,7 @@
"footer_source_code": "Source code",
"footer_original_source_code": "Original source code",
"footer_modfied_source_code": "Modified Source code",
"footer_report_abuse": "Report this content",
"adminprefs_modified_source_code_url_label": "URL to modified source code repository",
"none": "none",
"videoinfo_started_streaming_x_ago": "Started streaming `x` ago",

View file

@ -396,6 +396,7 @@
"preferences_region_label": "Pays du contenu : ",
"footer_donate_page": "Faire un don",
"footer_modfied_source_code": "Code source modifié",
"footer_report_abuse": "Signaler ce contenu",
"search_filters_duration_option_short": "Courte (< 4 minutes)",
"search_filters_duration_option_long": "Longue (> 20 minutes)",
"adminprefs_modified_source_code_url_label": "URL du dépôt du code source modifié",

View file

@ -151,6 +151,10 @@
<a href="https://invidious.io/donate/"><%= translate(locale, "footer_donate_page") %></a>
</span>
<span><%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %></span>
<span>
<i class="icon ion-ios-warning"></i>
<a href="https://support.google.com/youtube/answer/2802027"><%= translate(locale, "footer_report_abuse") %></a>
</span>
</div>
</div>
</footer>