Opened 3 years ago
Closed 3 years ago
#14431 closed defect (bug) (fixed)
Password strength localization
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0.1 |
| Component: | I18N | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | pavelevap@…, dkikizas@… |
Description
Hi,
there is problem with localization of password strength statuses.
On profile page is used string "Medium" (with comment for translators)
'good' => _x('Medium', 'password strength')
but during installation there is used another string "Medium" (from Media Library)
good: "<?php echo esc_js( __( 'Medium' ) ); ?>"
and in our language there is different meaning. Please use unique string for both version of testing password strength...
Attachments (1)
Change History (7)
- Cc dkikizas@… added
- Keywords has-patch added
Maybe this could go into 3.0.1, as it does not add new strings.
- Milestone changed from Awaiting Review to 3.0.2
- Version set to 3.0
This looks like a sane fix.
Good catch
- Resolution set to fixed
- Status changed from accepted to closed
- Milestone changed from 3.0.2 to 3.0.1
- Resolution fixed deleted
- Status changed from closed to reopened
Sneaking
Note: See
TracTickets for help on using
tickets.

Correct part of speech for “Medium” in Password Strength