﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
10956	Possible typo in documentation - topics/i18n/	stranded	nobody	"In the example for Named interpolation in javascript on link http://docs.djangoproject.com/en/dev/topics/i18n/#topics-i18n is sais:

fmts = ngettext('Total: %(total)s, there is %(count)s object',
'there are %(count)s of a total of %(total)s objects', d.count);
s = interpolate(fmts, d, true);

should it not be d and not d.count in the ngettext function?

Cheers,
Tommy"		closed	Documentation	1.0		invalid	javascript, typo		Unreviewed	0	0	0	0	0	0
