zaach / jsxgettext

Extract gettext calls from JavaScript, EJS, and other template formats.
Mozilla Public License 2.0
105 stars 56 forks source link

Comments aren't extracted for jinja #86

Open muffinresearch opened 9 years ago

muffinresearch commented 9 years ago

Comments like {# L10n: This is comment #} should be extracted when using the jinja format but it looks like the jinja parser only processes text between '{{' and '}}'.

ArmorDarks commented 9 years ago

I confirm that issue. Would be great to see that feature!