[wp-trac] [WordPress Trac] #41974: Use consistent translator comments for strings with placeholders
WordPress Trac
noreply at wordpress.org
Mon Sep 25 10:16:34 UTC 2017
#41974: Use consistent translator comments for strings with placeholders
----------------------------+----------------------------------------
Reporter: SergeyBiryukov | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.9
Component: I18N | Version:
Severity: normal | Keywords: needs-patch good-first-bug
Focuses: |
----------------------------+----------------------------------------
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 */
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/41974>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list