django / django-contrib-comments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"1 comment was successfully %(action)s." needs placeholder in singular form

gunchleoc opened this issue · comments

My language shares a plural form for 1 and 11, so I have problems translating the following string:

admin.py:78

1 comment was successfully %(action)s.
%(count)s comments were successfully %(action)s.

Please change the singular form to "%(count)s comment was successfully %(action)s."

If I try to use the placeholder, Transifex will block me with "Error: The expression '%(count)s' is not present in the original phrase." so I am unable to translate this string properly.