Opened 9 years ago
Closed 9 years ago
#34127 closed task (blessed) (fixed)
Update docblocks for l10n.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch |
Focuses: | docs | Cc: |
Description
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
34127.diff addresses several issues with the docblocks for our l10n functions.
_n()
and_nx()
, particularly with regard to the use of 'singular' instead of 'single' or '1', and 'plural' instead of 'not 1'._n()
,_nx()
,_nx_noop()
, andtranslate_nooped_plural()
.@return
doc for_n_noop()
and_nx_noop()
.$domain
parameter.