﻿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
17045	Provide the equivalent of pgettext in the translation template tags	Hervé Cauwelier	nobody	"Using pgettext you can specify a contextual marker: 

https://docs.djangoproject.com/en/1.3/topics/i18n/internationalization/#contextual-markers

But there is nothing in templates to call such translations.

Proposal:
{{{
{% trans ""May"" ""month name"" %}
}}}
{{{
{% blocktrans msgctxt=""month name"" %}May{% endblocktrans %}
}}}"	New feature	closed	Translations	1.3	Normal	duplicate		Aymeric Augustin	Unreviewed	0	0	0	0	0	0
