We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runnig grunt-pot on Windows with gettext-0.14.4 installed. Xgettext does not recognize --package-version and --package-name options.
Running "pot:files" (pot) task Destination: lang/roots.pot Warning: Command failed: xgettext: unrecognized option --package-name=roots Try (null) --help for more information. Use --force to continue.
Aborted due to warnings.
If I comment corresponding lines in pot.js file, task runs without errors.
pot.js
The text was updated successfully, but these errors were encountered:
I have the same issue. Commenting the same lines in pot.js has fixed the problem.
Sorry, something went wrong.
Instead of modifying the source code, assigning false to both package_name and package_version bugfixes this issue as well - but is no real solution.
No branches or pull requests
Runnig grunt-pot on Windows with gettext-0.14.4 installed. Xgettext does not recognize --package-version and --package-name options.
Running "pot:files" (pot) task
Destination: lang/roots.pot
Warning: Command failed: xgettext: unrecognized option --package-name=roots
Try (null) --help for more information.
Use --force to continue.
Aborted due to warnings.
If I comment corresponding lines in
pot.js
file, task runs without errors.The text was updated successfully, but these errors were encountered: