diff options
| author | Claude Paroz <claude@2xlibre.net> | 2020-07-28 12:07:18 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2020-07-29 10:20:08 +0200 |
| commit | 06474e929f49c4db165b7e9c7b1e1f3c8c4d1354 (patch) | |
| tree | a92e63a951bb499b173d8d3540441e961c4fccda /docs | |
| parent | 23ce3d84917bf6e94e9d449a1550d974d9103eed (diff) | |
[3.1.x] Refs #30165 -- Removed leftover 'u' prefix.
Backport of bac5777bff8e8d8189193438b5af52f158a3f2a4 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/translation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index de354e60c3..885df9d054 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -447,7 +447,7 @@ helper function described next. Lazy translations and plural ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -When using lazy translation for a plural string (``[u]n[p]gettext_lazy``), you +When using lazy translation for a plural string (``n[p]gettext_lazy``), you generally don't know the ``number`` argument at the time of the string definition. Therefore, you are authorized to pass a key name instead of an integer as the ``number`` argument. Then ``number`` will be looked up in the |
