UNPKG

jsxgettext-andris

Version:

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

5 lines (3 loc) 106 B
#!/user/bin/env node var msg = gettext('Hello World'); var dup = gettext('This message is used twice.');