quitsocialmedia.club/includes/l10n.html

14 lines
1.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class='one column row'>
<div class='banner red box'>
<h3>🚧 {% case page.lang%}{% when 'it' %}Traduzione in corso{% when 'fr' %}Traduction en cours{% else %}Translation in progress{% endcase %} 🏗</h3>
{% case page.lang %}
{% when 'it' %}
Questa pagina non è stato completamente tradotta; tutti gli articoli e le note con traduzione in sospeso sono contraddistinte dal tag <a href='/development#l10n' title='tutte le traduzioni in corso'><code>l10n</code></a>.<br />Per visualizzare il contenuto aggiornato, <a {% for p in site.pages %}{% if p.ref == page.ref and p.lang == 'en' %}href='{{ p.url }}' hreflang='en' title='{{ p.title }}'{% endif %}{% endfor %}>visualizza questa pagina in inglese</a>
{% when 'fr' %}
Cette page-ci na pas été complètement traduite; tous les pages dont traductions sont incomplètes sont marquées avec létiquette <a href='/development#l10n' title='Tous les traductions incomplètes'><code>l10n</code></a>.<br />Pour visualiser la version à jour de la page, <a {% for p in site.pages %}{% if p.ref == page.ref and p.lang == 'en' %}href='{{ p.url }}' hreflang='en' title='{{ p.title }}'{% endif %}{% endfor %}>visualisez-la en anglais</a>
{% else %}
This page has not been completely translated from the language it was originally written in. You may seen chunks of it in other languages. Please, consider <a href='https://www.github.com/{{ site.github_username }}/{{ site.git_repository }}/blob/main/{{ page.path | uri_escape }}' target='_blank' title='Edit “{{ page.title }} on GitHub”'>helping out</a> in translating it!
{% endcase %}
</div>
</div>