UNPKG

jsxgettext-andris

Version:

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

2 lines 156 B
var dup = gettext('This message is used twice.'); var dup2 = ngettext('This other message is used twice.', 'This other message is used twice. - plural', 2);