quitsocialmedia.club/_includes/l10n.html

11 lines
1.0 KiB
HTML
Raw Normal View History

2021-01-01 12:53:46 +01:00
<div class="one column row">
<div class="banner red box">
2021-09-08 06:26:17 +02:00
<h3>🚧 {% if page.lang == 'it' %}Traduzione in corso{% else %}Translation in progress{% endif %} 🏗</h3>
2021-01-01 12:53:46 +01:00
{% if page.lang == 'it' %}
2021-09-08 06:26:17 +02:00
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 }}" title="{{ p.title }}"{% endif %}{% endfor %}>visualizza questa pagina in inglese</a>
2021-01-01 12:53:46 +01:00
{% else %}
2021-09-08 06:26:17 +02:00
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 its translating it!
2021-01-01 12:53:46 +01:00
{% endif %}
</div>
2021-09-08 06:26:17 +02:00
</div>