Opened 9 years ago
Closed 9 years ago
#37778 closed defect (bug) (fixed)
Replace _x() with __() to merge similar translation strings wp-includes/post-template.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.7 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | I18N | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Context function _x() is used to differ two similar strings with different meanings.
This patch is replacing the context _x() function with regular __() function to merge those strings. And avoid wrong usage of context functions.
Those are similar translation strings. They should be merged. The only difference is the %s placeholder. We document this difference in translators comments, not as a context.
See the attached screenshot from translate.wordpress.org and the attached patch.
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 38324: