Ticket #9111 (closed defect (bug): fixed)
Use short versions of ngettext functions
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | I18N | Version: | 2.7 |
| Severity: | minor | Keywords: | has-patch tested |
| Cc: |
Description
Use _n instead of _ngettext and _n_noop instead of __ngettext_noop.
Attachments
Change History
comment:1
nbachiyski — 3 years ago
- Status changed from new to closed
- Resolution set to fixed
comment:3
nbachiyski — 3 years ago
- Status changed from closed to reopened
- Resolution fixed deleted
Here is an updated version of the patch, which replaces all __ngettext versions with _n. The previous didn't apply cleanly.
Note: See
TracTickets for help on using
tickets.


A patch to mark the longer alternatives as deprecated. They still work correctly.