#43523 closed task (blessed) (fixed)
Translator comment improvements for 5.1
Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | |
Focuses: | Cc: |
Description
Background: #41974
Some translator comments have a number, but the corresponding string does not use numbered placeholders:
/* translators: 1: Site name */ printf( __( 'Links for %s' ), esc_attr( get_bloginfo( 'name', 'display' ) ) );
The comment should reference the actual placeholder instead:
/* translators: %s: site name */
Change History (6)
Note: See
TracTickets for help on using
tickets.
In 42827: