aboutsummaryrefslogtreecommitdiffstats
path: root/cl-theme
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-05-06 19:16:29 -0500
committerJesús <heckyel@hyperbola.info>2020-05-06 19:16:29 -0500
commitd1e1ab2f67b72ef0afe7e630a30645554f98e6df (patch)
treebd18c53300c1dd35fa916ff4f329104d2cb37a6f /cl-theme
parent92acd9273e0bf8db4bdffb11c87ee4ef9614eada (diff)
downloadcl-d1e1ab2f67b72ef0afe7e630a30645554f98e6df.tar.lz
cl-d1e1ab2f67b72ef0afe7e630a30645554f98e6df.tar.xz
cl-d1e1ab2f67b72ef0afe7e630a30645554f98e6df.zip
politica-de-uso: translate to english
Diffstat (limited to 'cl-theme')
-rw-r--r--cl-theme/templates/comments.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/cl-theme/templates/comments.html b/cl-theme/templates/comments.html
index 725447a..ac51fe9 100644
--- a/cl-theme/templates/comments.html
+++ b/cl-theme/templates/comments.html
@@ -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 %}