diff options
| author | Chris McDonough <chrism@agendaless.com> | 2010-04-25 14:55:06 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2010-04-25 14:55:06 +0000 |
| commit | 96c3e9907ed683f9daf4592550c7fd5c71f6f400 (patch) | |
| tree | 8b32b5a0ce3dc75fe3811b4d7d81384bbed2b354 /docs/narr/i18n.rst | |
| parent | ff3a384aae20206164d59cba0b76f680ef8bcc0d (diff) | |
| download | pyramid-96c3e9907ed683f9daf4592550c7fd5c71f6f400.tar.gz pyramid-96c3e9907ed683f9daf4592550c7fd5c71f6f400.tar.bz2 pyramid-96c3e9907ed683f9daf4592550c7fd5c71f6f400.zip | |
num -> n
Diffstat (limited to 'docs/narr/i18n.rst')
| -rw-r--r-- | docs/narr/i18n.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst index 2fb19c283..fbf623cfb 100644 --- a/docs/narr/i18n.rst +++ b/docs/narr/i18n.rst @@ -435,10 +435,10 @@ signature: ... The ``singular`` and ``plural`` arguments should each be a Unicode -value representing a :term:`message identifier`. ``num`` should be an +value representing a :term:`message identifier`. ``n`` should be an integer. ``domain`` should be a :term:`translation domain`, and ``mapping`` should be a dictionary that is used for *replacement -value* interpolation of the translated string. If ``num`` is plural +value* interpolation of the translated string. If ``n`` is plural for the current locale, ``pluralize`` will return a Unicode translation for the message id ``plural``, otherwise it will return a Unicode translation for the message id ``singular``. |
