grunt-angular-gettext icon indicating copy to clipboard operation
grunt-angular-gettext copied to clipboard

Mention extensions option on documentation

Open rubenv opened this issue 11 years ago • 1 comments

rubenv avatar Feb 10 '14 10:02 rubenv

To get you started :) (and for others looking for some help):

'nggettext_extract': {
    pot: {
        options: {
            startDelim: '{{',
            endDelim: '}}',
            lineNumbers: true,
            postProcess: function(po) {}
        },
        files: {
            'strings.pot': [*.html]
        }
    }
}

The most fun is with the postProcess option possible …

joh-klein avatar Feb 05 '16 16:02 joh-klein