xgettext
xgettext copied to clipboard
Extracts translatable strings from source. Identical to xgettext but for template languages.
Fixes #74
It sounds like a good idea to no longer list parsers as dependencies as it lowers maintenance updates. Requirements: * Take a look at approach of eslint/babel/... * Less focus...
Hello I am the creator and maintainer of [gettext-volt](https://github.com/perchlayer/gettext-volt). At the time that I created gettext-volt the umbrella xgettext-template project didn't support "contexts" and so I didn't add it. Admittedly,...
Currently the file list supplied via `--files-from` is split at each line feed `\n`: https://github.com/gmarty/xgettext/blob/2a23cf592728bf98acda2b53f0ad1b01eae3b735/index.js#L195-L201 This leads to problems with lists generated by programs that produce "Windows linebreaks" (CR LF,...
It seems like a good idea to have this discussion here as it can be useful to others. @eldarc wrote: > I also wanted to ask you about some feature...