[wp-trac] [WordPress Trac] #27443: Script loader password strength localization

WordPress Trac noreply at wordpress.org
Tue Mar 18 16:40:50 UTC 2014


#27443: Script loader password strength localization
---------------------------+------------------------------
 Reporter:  niladam        |       Owner:
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  Script Loader  |     Version:  3.8.1
 Severity:  normal         |  Resolution:
 Keywords:  dev-feedback   |     Focuses:  administration
---------------------------+------------------------------
Description changed by ocean90:

Old description:

> Script loader password strength meter medium uses _x instead of __
>
> Line: 325 reads:
> {{{
>                 'good' => _x('Medium', 'password strength'),
> }}}
>
> In order for me to translate the text without a text-domain i modified it
> to:
>
> {{{
>                 'good' => __('Medium', 'password strength'),
> }}}

New description:

 Script loader password strength meter medium uses `_x` instead of `__`

 Line: 325 reads:
 {{{
                 'good' => _x('Medium', 'password strength'),
 }}}

 In order for me to translate the text without a text-domain i modified it
 to:

 {{{
                 'good' => __('Medium', 'password strength'),
 }}}

--

--
Ticket URL: <https://core.trac.wordpress.org/ticket/27443#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list