Opened 14 years ago
Closed 14 years ago
#359 closed defect (fixed)
Comment counter always uses plural — at Version 6
| Reported by: | Jef van Schendel | Owned by: | Jef van Schendel |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.3.0 |
| Component: | programming | Keywords: | |
| Cc: | Parent Tickets: |
Description (last modified by )
On every media page there's a comment counter in an .. raw:: html <h3> element. But if there's only a single comment, it should say "comment" instead of "comments".
Change History (6)
comment:2 by , 14 years ago
| Milestone: | → 0.2.1 |
|---|---|
| Status: | Closed → In Progress |
They were exactly at the place where they should have been... - Scroll down a bit to "plural" and "pluralize" here: `http://jinja.pocoo.org/docs/templates/#i18n <http://jinja.pocoo.org/docs/templates/#i18n>`_ Should be straight forward, I think.
comment:3 by , 14 years ago
| Owner: | set to |
|---|
Hi Jef, can you use the above mentioned docs and update the comments thing? I have no idea, if transifex supports this, but we'll learn in that way! AVRS says, that launchpad does. So if transifex hurts, we should consider to switch.
comment:5 by , 14 years ago
| Milestone: | 0.2.1 → 0.2.2 |
|---|
I think, Jef has workarounded this in his newlayout branch by just not giving a comment counter any more.
But anyway, we should get this handled for 0.2.2.
comment:6 by , 14 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | accepted → closed |
Yeah, Jef removed the "number of comments" count for now, so I guess in a weird way that means this is fixed? ;)
