#29220 closed defect (bug) (fixed)
Plugin Install: "x stars" is not translatable
| Reported by: | ocean90 | Owned by: | ocean90 |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.0 |
| Component: | Plugins | Version: | 4.0 |
| Severity: | trivial | Keywords: | good-first-bug |
| Cc: | Focuses: | administration |
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().
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch 29220.diff uses
_n()which prints 1 star instead of 1 stars as it appears in WP.org. Should I use__()instead?