diff --git a/includes/strings.en.yml b/includes/strings.en.yml index 1eee7ce2..519855f5 100644 --- a/includes/strings.en.yml +++ b/includes/strings.en.yml @@ -43,3 +43,7 @@ nav: Changelog: Changelog Forum: Forum Blog: Blog + +site: + translation: | + You're viewing the English copy of Privacy Guides, translated by our fantastic language team on Crowdin. If you notice an error, or see any untranslated sections on this page, please consider helping out! diff --git a/theme/main.html b/theme/main.html index 3b4b1c59..b3a05ad9 100644 --- a/theme/main.html +++ b/theme/main.html @@ -72,3 +72,27 @@ {{ page.meta.schema|tojson }} {% endif %}{% endblock %} +{% block content %} + {% include "partials/content.html" %} + {% if config.theme.language == "es" %} +
+

Está viendo la copia en español de Privacy Guides, traducidas por nuestro fantástico equipo lingüístico en Crowdin. Si nota un error o ve alguna sección sin traducir en esta página, ¡considere ayudar!

+

You're viewing the Spanish copy of Privacy Guides, translated by our fantastic language team on Crowdin. If you notice an error, or see any untranslated sections on this page, please consider helping out!

+
+ {% elif config.theme.language == "fr" %} +
+

Vous êtes en train de consulter la copie française de Privacy Guides, traduite par notre fantastique équipe de traducteurs sur Crowdin. Si vous remarquez une erreur, ou si vous voyez des sections non traduites sur cette page, n'hésitez pas à nous aider !

+

You're viewing the French copy of Privacy Guides, translated by our fantastic language team on Crowdin. If you notice an error, or see any untranslated sections on this page, please consider helping out!

+
+ {% elif config.theme.language == "he" %} +
+

אתה צופה בעותק העברי של Privacy Guides, שתורגם על ידי צוות השפה הפנטסטי שלנו ב-Crowdin. אם אתה מבחין בשגיאה, או רואה קטעים לא מתורגמים בדף זה, אנא שקול לעזור!

+

You're viewing the Hebrew copy of Privacy Guides, translated by our fantastic language team on Crowdin. If you notice an error, or see any untranslated sections on this page, please consider helping out

+
+ {% elif config.theme.language == "nl" %} +
+

Je bekijkt de Nederlandse versie van Privacy Guides, vertaald door ons fantastische taalteam op Crowdin. Als u een fout opmerkt of onvertaalde gedeelten op deze pagina ziet, overweeg dan om te helpen!

+

You're viewing the Dutch copy of Privacy Guides, translated by our fantastic language team on Crowdin. If you notice an error, or see any untranslated sections on this page, please consider helping out

+
+ {% endif %} +{% endblock %}