From 068bb7dc78d0b3565c100b61acc859ede0adc0d4 Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Wed, 29 Jul 2009 00:00:52 +0800 Subject: merge Evgeny's English and Botum's Spanish translations --- templates/users_questions.html | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'templates/users_questions.html') diff --git a/templates/users_questions.html b/templates/users_questions.html index f797a6b8..dfb87c8f 100644 --- a/templates/users_questions.html +++ b/templates/users_questions.html @@ -1,17 +1,21 @@ + {% load extra_tags %} {% load extra_filters %} {% load humanize %} +{% load i18n %}
{% for question in questions%} {% if question.favourite_count %} {% if question.favorited_myself %}
- +
{{question.favourite_count|intcomma}}
{% else %}
- +
{{question.favourite_count|intcomma}}
{% endif %} @@ -23,17 +27,17 @@
{{question.vote_count|intcomma}}
- 票 + {% trans "votes" %}
-
+
{{question.answer_count|intcomma}}
- 回答 + {% trans "answers" %}
{{question.view_count|cnprog_intword|safe}}
- 浏览 + {% trans "views" %}
@@ -44,7 +48,8 @@
{% convert2tagname_list question %} {% for tag in question.tagnames %} - + + {% endfor %}
@@ -57,4 +62,5 @@

{% endfor %} -
\ No newline at end of file +
+ -- cgit v1.2.3-1-g7c22