﻿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
31341	Document minimal gettext version for ES6 template strings support	Cédric Eberhardt	nobody	"Hello,

Before I start, it's different than the #29175 issue.

The template strings are parsed, but partially.
For instance, in this code, ""Home"" is never discovered.

{{{
function create_fragment$4(ctx) {
	return {
		c() {
			div2.textContent = `${window.gettext(""Customized Champagne"")}`;
			attr(a0, ""aria-label"", a0_aria_label_value = window.gettext(""Home""));
}}}

If I remove the textContent line, then ""Home"" is found.

I've also found other examples where when I remove a previous template string line, the next gettext (not necessarily within a template string) is discovered again.

Thanks."	Cleanup/optimization	closed	Internationalization	3.0	Normal	fixed			Accepted	1	0	0	0	1	0
