grunt-angular-gettext
grunt-angular-gettext copied to clipboard
Tasks for extracting/compiling angular-gettext strings.
Results
11
grunt-angular-gettext issues
Sort by
recently updated
recently updated
newest added
https://github.com/rubenv/angular-gettext/issues/23 In continue to this issue- I think the exporter should automatic convert special chars that the **javascript-engine** convert.. ``` js var p=document.createElement("p"); p.innerHTML='privacy policy & terms of use.'; console.log(p.innerHTML);...