update translations

This commit is contained in:
Jesús
2019-11-21 11:18:36 -05:00
parent 0c55be17bc
commit d6f0ec709b
9 changed files with 506 additions and 535 deletions

View File

@@ -2,12 +2,12 @@
{% block head %}
{% block title %}
<title>{{ _('Archivos de') }} - {{ SITENAME }}</title>
<title>{{ _('Archivos de %(sitename)s', sitename=SITENAME) }}</title>
{% endblock %}
{{ super() }}
{% block seo %}
<!-- Meta Archives -->
<meta name="description" content="{{ _('Lista de artículos publicados en Conocimientos Libres.') }}">
<meta name="description" content="{{ _('Lista de artículos publicados en %(sitename)s', sitename=SITENAME) }}">
<meta name="keywords" content="{{ _('archivos,artículos,historia,lista de artículos') }}">
<style>
.content ul, .content ul ul, .content ul ul ul {
@@ -59,7 +59,7 @@
<!-- post header -->
<div class="card-content-header">
<h4 class="title is-4 has-text-centered">{% trans %}Archivos de {{ SITENAME }}{% endtrans %}</h4>
<h4 class="title is-4 has-text-centered">{{ _('Archivos de %(sitename)s', sitename=SITENAME) }}</h4>
</div>
<!-- end of post header -->