Changeset 1301:71bf09181ec7
Legend:
- Unmodified
- Added
- Removed
-
zine/plugins/akismet_spam_filter/templates/akismet_widget.html
r748 r1301 3 3 {% block body %} 4 4 {% trans spam_comments=widget.spam_comments or 0 -%} 5 Akismet has blocked <b>{{ spam_comments }}</b> comment. 6 {%- pluralize -%} 5 7 Akismet has blocked <b>{{ spam_comments }}</b> comments. 6 8 {%- endtrans %}
Note: See TracChangeset
for help on using the changeset viewer.