politica-de-uso: translate to english

This commit is contained in:
Jesús
2020-05-06 19:16:29 -05:00
parent 92acd9273e
commit d1e1ab2f67
3 changed files with 97 additions and 1 deletions

View File

@@ -105,9 +105,11 @@
<input class="button is-button-grey" name="submit" type="submit" value="{{ _('Enviar comentario') }}"/>
<!-- Política de Uso -->
{% if DEFAULT_LANG == 'en' %}
<a href="{{ SITEURL}}/pages/politica-de-uso-es.html">{{ _('Política de uso') }}</a>
<a href="{{ SITEURL}}/pages/usage-policy.html">{{ _('Política de uso') }}</a>
{% elif DEFAULT_LANG == 'fr' %}
<a href="{{ SITEURL}}/pages/politica-de-uso-es.html">{{ _('Política de uso') }}</a>
{% elif DEFAULT_LANG == 'eo' %}
<a href="{{ SITEURL}}/pages/regularo-pri-uzado.html">{{ _('Política de uso') }}</a>
{% else %}
<a href="{{ SITEURL}}/pages/politica-de-uso.html">{{ _('Política de uso') }}</a>
{% endif %}