﻿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
15495	makemessages excludes all strings from Javascript after a comment	Łukasz Rekucki	Ned Batchelder	"A sample code (shortened as much as possible, the original comment was something like ""get/set doesn't ..."", so it's not synthetic):

{{{
#!js
/* / ' */ gettext(""TEXT"");
}}}

{{{xgettext}}} doesn't find any translations after the shown comment. Removing either {{{/}}} or {{{'}}} fixes the problem. This is a bit related to #4695."	Bug	closed	Internationalization	dev	Normal	fixed			Accepted	1	0	0	1	0	0
