"Deleted @count comments" is missing format_plural to allow translations. Attaching a patch.
(note that watchdog() cannot use format_plural since format_plural uses t())
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | d7_plural_nodes_comments_991726-5.patch | 2.09 KB | wojtha |
| #4 | d7_plural_nodes_comments.patch | 2.08 KB | wojtha |
| #3 | d7_plural_comments1.patch | 1.42 KB | wojtha |
| d7_plural_comments.patch | 833 bytes | meba |
Comments
Comment #1
wojtha commentedComment #3
wojtha commentedRerolling meba's patch + test patch.
Comment #4
wojtha commentedI made search for "@count" string through all drupal core modules and found another one format_plural() text bug in node.admin.inc.
Comment #5
sunShould use a trailing period in both variants.
Powered by Dreditor.
Comment #6
wojtha commentedComment #7
sunThanks, looks good!
Comment #8
dries commentedGood catch. Committed to CVS HEAD.