authors.html: translations

This commit is contained in:
Jesús 2020-05-07 16:27:00 -05:00
parent 0d062ac4a8
commit 51ecc8f023
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 39 additions and 1 deletions

View File

@ -117,6 +117,44 @@
<div class="column has-text-left"> <div class="column has-text-left">
<a class="button is-small is-button-grey" href="{{ SITEURL }}/">{{ _('Regresar al Inicio') }}</a> <a class="button is-small is-button-grey" href="{{ SITEURL }}/">{{ _('Regresar al Inicio') }}</a>
</div> </div>
<!-- translations -->
<div class="column has-text-right hidden-more">
<span class="soumaicon">
<svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#translate" />
</svg>
</span>
<small>
{{ _('Traducciones:') }}
{% if DEFAULT_LANG == 'de' %}
<a href="{{ SITEURL}}/../en/pages/authors/" hreflang="en">en</a>
<a href="{{ SITEURL}}/../eo/pages/aŭtoroj/" hreflang="eo">eo</a>
<a href="{{ SITEURL}}/../pages/créditos/" hreflang="es">es</a>
<a href="{{ SITEURL}}/../fr/pages/auteurs/" hreflang="fr">fr</a>
{% elif DEFAULT_LANG == 'en' %}
<a href="{{ SITEURL}}/../de/pages/autoren/" hreflang="de">de</a>
<a href="{{ SITEURL}}/../eo/pages/aŭtoroj/" hreflang="eo">eo</a>
<a href="{{ SITEURL}}/../pages/créditos/" hreflang="es">es</a>
<a href="{{ SITEURL}}/../fr/pages/auteurs/" hreflang="fr">fr</a>
{% elif DEFAULT_LANG == 'eo' %}
<a href="{{ SITEURL}}/../de/pages/autoren/" hreflang="de">de</a>
<a href="{{ SITEURL}}/../en/pages/authors/" hreflang="en">en</a>
<a href="{{ SITEURL}}/../pages/créditos/" hreflang="es">es</a>
<a href="{{ SITEURL}}/../fr/pages/auteurs/" hreflang="fr">fr</a>
{% elif DEFAULT_LANG == 'es' %}
<a href="{{ SITEURL}}/de/pages/autoren/" hreflang="de">de</a>
<a href="{{ SITEURL}}/en/pages/authors/" hreflang="en">en</a>
<a href="{{ SITEURL}}/eo/pages/aŭtoroj/" hreflang="eo">eo</a>
<a href="{{ SITEURL}}/fr/pages/auteurs/" hreflang="fr">fr</a>
{% elif DEFAULT_LANG == 'fr' %}
<a href="{{ SITEURL}}/../de/pages/autoren/" hreflang="de">de</a>
<a href="{{ SITEURL}}/../eo/pages/aŭtoroj/" hreflang="eo">eo</a>
<a href="{{ SITEURL}}/../en/pages/authors/" hreflang="en">en</a>
<a href="{{ SITEURL}}/../pages/créditos/" hreflang="es">es</a>
{% endif %}
</small>
</div>
<!-- end of translations -->
</footer> </footer>
<!-- end of post footer nav --> <!-- end of post footer nav -->
</div> </div>

View File

@ -113,8 +113,8 @@
{% else %} {% else %}
<a href="{{ SITEURL}}/pages/politica-de-uso.html">{{ _('Política de uso') }}</a> <a href="{{ SITEURL}}/pages/politica-de-uso.html">{{ _('Política de uso') }}</a>
{% endif %} {% endif %}
</p>
<!-- /Política de Uso --> <!-- /Política de Uso -->
</p>
</div> </div>
</div> </div>
</div> </div>