From 2d1e60db89453f2c12132d657551090c7ea92506 Mon Sep 17 00:00:00 2001 From: Bruno Sarlo Date: Sun, 9 Aug 2009 23:52:33 -0300 Subject: Included i18n for links site-wide. Hope there is no bit left. --- templates/index.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html index a1ab06a4..239b0ff4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -24,7 +24,7 @@ {% trans "newest" %} {% trans "hottest" %} {% trans "most voted" %} - {% trans "all questions" %} + {% trans "all questions" %} @@ -80,8 +80,8 @@

{% trans "welcome to website" %}

{{ settings.APP_INTRO|safe }} - - + +
{% endif %} @@ -94,7 +94,7 @@ title="{% blocktrans with tag.name as tagname %}see questions tagged '{{tagname}}'{% endblocktrans %}" href="{% url forum.views.tag tag.name|urlencode %}">{{ tag.name }} {% endfor %}

-
{% trans "popular tags" %} »
+
{% trans "popular tags" %} »
@@ -103,13 +103,13 @@ - +
@@ -118,7 +118,7 @@ {% endblock %} {% block tail %}
-{% trans "Still looking for more? See" %} {% trans "complete list of questions" %} {% trans "or" %} {% trans "popular tags" %}{% trans "." %} {% trans "Please help us answer" %} {% trans "list of unanswered questions" %}{% trans "." %} +{% trans "Still looking for more? See" %} {% trans "complete list of questions" %} {% trans "or" %} {% trans "popular tags" %}{% trans "." %} {% trans "Please help us answer" %} {% trans "list of unanswered questions" %}{% trans "." %}
{% endblock %} -- cgit v1.2.3-1-g7c22