﻿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
26403	Crazy translation in template processing error	Meiyer	nobody	"The `invalid_block_tag()` function of template `Parser` makes use of the `django.utils.text.get_text_list()` function to generate the list of expected block tags. The only caveat is that `get_text_list()` takes a concatenation parameter whose default value is the **translated** string `or`, while the rest of the error message is untranslated. This results in crazy messages such as
    Invalid block tag: 'qq', expected 'xx'，'yy' 或 'zz'
(for 1.8 and earlier).

Looks like the solution should be easy: pass the `'or'` concatenator to `get_text_list()` instead of relying on the default value."	Cleanup/optimization	new	Template system		Normal				Unreviewed	0	0	0	0	0	1
