﻿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
4713	Simple tags don't have a translation hook - as opposed to the documentation	Indy	nobody	"The documentation states that template tags offers a translation hook and accept _('...') instead of a constant string. This doesn't work for simple tags because resolve_variable isn't aware of translations. 
If you trying to do so, you receive the following error:
{{{
VariableDoesNotExist at ...
Failed lookup for key [_('...
}}}
The attached patch is very simple and resolves this problem."		closed	Internationalization	dev		fixed	Template, Translation, I18N		Accepted	1	0	1	0	0	0
