summaryrefslogtreecommitdiffstats
path: root/templates/pagesize.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pagesize.html')
-rw-r--r--templates/pagesize.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/pagesize.html b/templates/pagesize.html
index 5eb0159c..5037f1f6 100644
--- a/templates/pagesize.html
+++ b/templates/pagesize.html
@@ -1,7 +1,9 @@
+<!-- template pagesize.html -->
{% spaceless %}
+{% load i18n %}
{% if is_paginated %}
<div class="paginator">
- <span class="text">每页显示</span>
+ <span class="text">{% trans "posts per page" %}</span>
{% ifequal pagesize 10 %}
<span class="curr">10</span>
{% else %}
@@ -21,4 +23,5 @@
{% endifequal %}
</div>
{% endif %}
-{% endspaceless %} \ No newline at end of file
+{% endspaceless %}
+<!-- end template pagesize.html -->