#47227 closed defect (bug) (fixed)
i18n: Merge similar translation strings - site health tabs
Reported by: | ramiy | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.2.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Site Health | Keywords: | has-screenshots has-patch site-health fixed-major |
Focuses: | administration | Cc: |
Description
Site Health has two files (site-health.php
and site-health-info.php
). Both use tab navigation. One file use simple _e()
functions, the other _ex()
. This creates two translations strings in translate.wordpress.org .
The attached patch merges the two translation strings by using context function in both files.
In addition, it remove the translator comments. Not required as the string has context.
Attachments (5)
Change History (19)
#3
@
5 years ago
In Hebrew we have two different strings in those two pages. Because one uses context function for the site-health page and the other doesn't, and it uses the general "status" which is used as post-status.
#6
@
5 years ago
- Keywords needs-refresh added
Please do not remove the translator comments. They are fine as is even if a context is provided.
This ticket was mentioned in Slack in #core-php by marioernestoms. View the logs.
5 years ago
This ticket was mentioned in Slack in #core by audrasjb. View the logs.
5 years ago
#11
@
5 years ago
- Keywords fixed-major added
- Resolution fixed deleted
- Status changed from closed to reopened
site-health.php