#31852 closed defect (bug) (fixed)
Avoid using <code> in translation strings (wp-admin/options-general.php)
Reported by: | ramiy | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch |
Focuses: | Cc: |
Attachments (2)
Change History (11)
This ticket was mentioned in Slack in #polyglots by ramiy. View the logs.
9 years ago
#4
follow-up:
↓ 5
@
9 years ago
- Keywords has-patch added
- Milestone changed from Awaiting Review to 4.4
#5
in reply to:
↑ 4
@
9 years ago
Replying to SergeyBiryukov:
Not sure if we should also add translator comments for all placeholders as we go, or just for the ones that are not clear from the context.
If we already fixing the strings, let's add translator comments. I don't know when we will be the next time we fix those string.
Note: See
TracTickets for help on using
tickets.
Now that we have better fuzzy matching, I guess it's time to handle this and other tickets.
Refreshed the patch. Not sure if we should also add translator comments for all placeholders as we go, or just for the ones that are not clear from the context.
I've found a lot of placeholders without comments, e.g. in a similar string in
user-edit.php
.Will wait for Dominik's return next week to coordinate the changes.