﻿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
3804	Filter for translation instead of block	boxed@…	hugo	"I suggest using filters for translation of strings instead of special blocks. This is much more flexible, so instead of {{{ {% filter title %}{% trans ""add message"" %}{% endfilter %} }}} you can get {{{ {{ ""add message""|trans|title }} }}} The filter to do this is really simple:
{{{
def trans(value):
    return translation.gettext(value)
register.filter('trans', trans)
}}}

The make-messages tool needs to be updated to handle this though."		closed	Internationalization	dev		invalid		waylan@…	Design decision needed	0	0	0	0	0	0
