In b051669 the string No %s comments was introduced which is hard to translate: it is a string concatenation, translators can't know what %s will mean and depending on %s different translations might be needed.
Possible solutions:
- Revert back to
No comments with this status found
- Change the text to
No comments found with status: %s
- Introduce 5 new strings and use a
switch()
No Approved comments
No Pending comments
No Spam comments
No Unknown comments
No Trashed comments
cc @mzorz
In b051669 the string
No %s commentswas introduced which is hard to translate: it is a string concatenation, translators can't know what%swill mean and depending on%sdifferent translations might be needed.Possible solutions:
No comments with this status foundNo comments found with status: %sswitch()No Approved commentsNo Pending commentsNo Spam commentsNo Unknown commentsNo Trashed commentscc @mzorz