UNPKG

jsxgettext-andris

Version:

Extracts gettext strings from JavaScript, EJS, Jade, Jinja and Handlebars files. A fork of https://github.com/zaach/jsxgettext

7 lines 368 B
// I am a normal comment // L10n: I am an extracted comment var msg = gettext('Hello World'); // L10n: I am a comment on the same line // L10n: I belong to dup var dup = gettext('Hello translators'); // I am an ordinary, inline code comment /// I'm a standards compliant extracted comment! var tis = gettext('Hello everyone'); ///I am an inline triple-slash comment