angular-gettext
angular-gettext copied to clipboard
String extraction from JS broken by async/await
I use Traceur to precompile from ES6 to ES. In addition, it supports async/await already. However, as soon as there is either async or await in a JS file, it cannot be parsed by nggettext_extract anymore, and no strings are extracted.