Skip to content

Commit

Permalink
🌐 Localize translatable strings (#8)
Browse files Browse the repository at this point in the history
It has been changed to English the existing strings written in Spanish (see #6).
  • Loading branch information
ivanhercaz committed Dec 7, 2019
1 parent c0a7080 commit feee462
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions templates/tags.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{% extends "base.html" %}

{% block title %}
Etiquetas del contenido - {{ super() }}
{% trans %}Tags{% endtrans %} - {{ super() }}
{% endblock title %}

{% block content %}
<h1 class="title">Etiquetas de contenido</h1>
<h1 class="title">{% trans %}Tags{% endtrans %}</h1>

<div class="tags are-medium">
{% for tag in tags|sort %}
<span class="tag"><a href="{{ tag[0].url }}">{{ tag[0] }} ({{ tag[1]|length() }})</a></span>
Expand Down

0 comments on commit feee462

Please sign in to comment.