From bb801f2bbd9f26bebca846b71e8947a1951f86a5 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:11:34 -0400 Subject: english translation --- templates/questions.html | 73 ++++++++++++++++++++++++++---------------------- 1 file changed, 39 insertions(+), 34 deletions(-) (limited to 'templates/questions.html') diff --git a/templates/questions.html b/templates/questions.html index 6663dbf2..21ac18ce 100644 --- a/templates/questions.html +++ b/templates/questions.html @@ -1,8 +1,10 @@ + {% extends "base.html" %} {% load extra_tags %} +{% load i18n %} {% load humanize %} {% load extra_filters %} -{% block title %}{% spaceless %}问题列表{% endspaceless %}{% endblock %} +{% block title %}{% spaceless %}{% trans "Questions" %}{% endspaceless %}{% endblock %} {% block forejs %}