Opened 8 years ago
Closed 8 years ago
#37585 closed task (blessed) (fixed)
Improved documentation in l10n.php
Reported by: | johnbillion | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 4.7 | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | I18N | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
Previously: #34127
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
37585.patch does the following:
$translations
to$translation
in thegettext
andgettext_with_context
filter parameters so they match those ofngettext
andngettext_with_context
. The singular form is the correct terminology._nx()
,_nx_noop()
, and_n_noop()
._n()
andtranslate_nooped_plural()
.