Skip to content

i18n: "No %s comments" is hard to translate #3877

@akirk

Description

@akirk

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:

  1. Revert back to No comments with this status found
  2. Change the text to No comments found with status: %s
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions