diff options
author | Jesús <heckyel@hyperbola.info> | 2020-05-07 16:27:00 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-05-07 16:27:00 -0500 |
commit | 51ecc8f02337bec82e73801b0b0feaa5f666a45b (patch) | |
tree | 1b9cf728daf4e97104d578475aebf630eb5f44d7 /cl-theme | |
parent | 0d062ac4a80d9251e665c5826fe74cc1449b64fc (diff) | |
download | cl-51ecc8f02337bec82e73801b0b0feaa5f666a45b.tar.lz cl-51ecc8f02337bec82e73801b0b0feaa5f666a45b.tar.xz cl-51ecc8f02337bec82e73801b0b0feaa5f666a45b.zip |
authors.html: translations
Diffstat (limited to 'cl-theme')
-rw-r--r-- | cl-theme/templates/authors.html | 38 | ||||
-rw-r--r-- | cl-theme/templates/comments.html | 2 |
2 files changed, 39 insertions, 1 deletions
diff --git a/cl-theme/templates/authors.html b/cl-theme/templates/authors.html index aa6c7f4..16af109 100644 --- a/cl-theme/templates/authors.html +++ b/cl-theme/templates/authors.html @@ -117,6 +117,44 @@ <div class="column has-text-left"> <a class="button is-small is-button-grey" href="{{ SITEURL }}/">{{ _('Regresar al Inicio') }}</a> </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> <!-- end of post footer nav --> </div> diff --git a/cl-theme/templates/comments.html b/cl-theme/templates/comments.html index ac51fe9..5c16a5e 100644 --- a/cl-theme/templates/comments.html +++ b/cl-theme/templates/comments.html @@ -113,8 +113,8 @@ {% else %} <a href="{{ SITEURL}}/pages/politica-de-uso.html">{{ _('Política de uso') }}</a> {% endif %} + <!-- /Política de Uso --> </p> - <!-- /Política de Uso --> </div> </div> </div> |