#29220 closed defect (bug) (fixed)
Plugin Install: "x stars" is not translatable
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.0 | Priority: | normal |
| Severity: | trivial | Version: | 4.0 |
| Component: | Plugins | Keywords: | good-first-bug |
| Focuses: | administration | Cc: |
Description
Attachments (2)
Change History (8)
#2
in reply to:
↑ 1
@
12 years ago
Replying to jesin:
Haven't thought about using _n() here, but that's the correct one in this case. There is only one small visual issue now, see https://cloudup.com/cMOS9_EGsqH. Seems like we have to use some sort of min-width here.
And while we are here, $ratecount should use number_format_i18n().
@
12 years ago
"x stars" translatable, min-width for .counter-label and $ratecount uses number_format_i18n()
Note: See
TracTickets for help on using
tickets.
Patch 29220.diff uses
_n()which prints 1 star instead of 1 stars as it appears in WP.org. Should I use__()instead?