yeou

Results 3 comments of yeou

Basically for this to work I need something like this in node_modules/angular-gettext-tools/lib/extract.js: ``` javascript function isGettextAlias(node) { return node !== null && node.type === 'CallExpression' && node.callee.type === 'MemberExpression' &&...

Setting a markerName to _t does not work with the function above. I think it's because I use this._t() Is there a way to fix this?