#41974 closed defect (bug) (fixed)
Use consistent translator comments for strings with placeholders
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
Some of the recent Customizer and Widgets commits have translators comments like this:
/* translators: placeholder is link to user profile */
They should be changed to the canonical form::
/* translators: %s: link to user profile */
Attachments (2)
Change History (9)
#1
@
7 years ago
- Keywords has-patch needs-testing added; needs-patch good-first-bug removed
I've done a find all for all instances of translators: placeholder
in Core.
41974.2.diff
is everything I could find.
This ticket was mentioned in Slack in #core by danieltj. View the logs.
7 years ago
Note: See
TracTickets for help on using
tickets.
Changed all instances of 'translators: placeholder'