﻿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
5691	Add the active language to generate the cache key	aaloy@…	aaloy	"If you use a cache per parge approach and i18n, and you use a cookie to change your default language, if the page are cached previously you have some chances to get the wrong translation.
{{{
lang = translation.get_language()
cache_key = 'views.decorators.cache.cache_header.%s.%s_%s' % (key_prefix, iri_to_uri(request.path),lang)
}}}"		closed	Core (Cache system)	dev		fixed	cache i18n jgd-blackboard	Ramiro Morales	Accepted	1	0	0	0	0	0
