[wp-trac] [WordPress Trac] #41645: Simplify translation string (in wp-activate.php file)
WordPress Trac
noreply at wordpress.org
Tue Aug 15 14:36:41 UTC 2017
#41645: Simplify translation string (in wp-activate.php file)
--------------------------+-----------------------------
Reporter: ramiy | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Text Changes | Version:
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
The old translation string:
> Your site at <a href="%1$s">%2$s</a> is active. You may now log in to
your site using your chosen username of “%3$s”. Please check
your email inbox at %4$s for your password and login instructions. If you
do not receive an email, please check your junk or spam folder. If you
still do not receive an email within an hour, you can <a href="%5$s">reset
your password</a>.
Is using `<a href="%1$s">%2$s</a>`. This can be replaced with a simple
`%1$s` moving the HTML tags out of the string. Making is much easier for
translation, Especially in RTL languages like Hebrew where bi-directional
languages are difficult to handle.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/41645>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list