#43523 closed task (blessed) (fixed)
Translator comment improvements for 5.1
| Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.1 |
| Component: | I18N | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 42827: