﻿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
23299	Add some interoperability to _() function calls parsing in templatize function.	Andrey Antukh	Aymeric Augustin	"The current implementation only works for django and works very well. But for make easy use another template engine like jinja2 and combine it with django i18n makemessages process, would be awesome include some support for more generic parsing of _() function calls.

The change is very small, it uses findall instead of match, that allows finding inner _() function calls that are very common in jinja2 templates (and not in django templates):

https://github.com/niwibe/django/compare/interoprability-jinja-django-i18n-parse

"	New feature	closed	Internationalization	dev	Normal	wontfix	template-refactor	Moritz Sichert	Accepted	1	0	1	0	0	0
