Skip to content
New issue

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

Not recognizing package name and version header options #8

Open
andriiryzhkov opened this issue Jan 3, 2015 · 2 comments
Open

Not recognizing package name and version header options #8

andriiryzhkov opened this issue Jan 3, 2015 · 2 comments

Comments

@andriiryzhkov
Copy link

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.

@sdum
Copy link

sdum commented Dec 10, 2015

I have the same issue. Commenting the same lines in pot.js has fixed the problem.

@TimVevida
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants