diff options
| author | Simon Meers <simon@simonmeers.com> | 2011-07-10 21:32:39 +0000 |
|---|---|---|
| committer | Simon Meers <simon@simonmeers.com> | 2011-07-10 21:32:39 +0000 |
| commit | 8d6c2dad9dd4cf607a325255d65edb79a44dc8eb (patch) | |
| tree | 1cc4588f3310c1d33d1a3f339f213c4e5c42b79e /docs | |
| parent | 4c5c8dca315058e2400104be0438af22a3ed61cf (diff) | |
Fixed #16440 -- minor ungettext documentation issue, thanks Bradley Ayers.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16532 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/internationalization.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/internationalization.txt b/docs/topics/i18n/internationalization.txt index 5e9c1cd3b0..de92844526 100644 --- a/docs/topics/i18n/internationalization.txt +++ b/docs/topics/i18n/internationalization.txt @@ -154,7 +154,7 @@ This function is useful when you need your Django application to be localizable to languages where the number and complexity of `plural forms <http://www.gnu.org/software/gettext/manual/gettext.html#Plural-forms>`_ is greater than the two forms used in English ('object' for the singular and -'objects' for all the cases where ``count`` is different from zero, irrespective +'objects' for all the cases where ``count`` is different from one, irrespective of its value.) For example:: |
