mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	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
This commit is contained in:
		| @@ -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:: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user