jsxgettext icon indicating copy to clipboard operation
jsxgettext copied to clipboard

Extract gettext calls from JavaScript, EJS, and other template formats.

Results 24 jsxgettext issues
Sort by recently updated
recently updated
newest added

Currently, for jsx code having Fragments, we are facing this error: ``` baseVisitor[type] is not a function ``` Where type is `JSXFragment`.

The jade language has been renamed to pug, due to a trademark dispute, and a new version of pug has been released. The jade package is now deprecated. It would...

This is particularly important for `Redux` projects which widely promotes the pattern. Looks like there is a new acorn plugin which adds support https://github.com/UXtemple/acorn-object-spread

Can you please bump your version for the latest commit for es7/8 version per https://github.com/zaach/jsxgettext/pull/119?

This is the implementation of `pgettext` and `npgettext` mentioned in https://github.com/zaach/jsxgettext/issues/95. I have added some test cases for `pgettext` and `npgettext`. Other tests, that I have not modified, are passing...

Would it be possible to add support for vue? Here's a sample file. The`{{}}` is for js, `$t` is the gettext function. It should be possible to just use the...

Hi, is it possible to add async/await support?