-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
generate pot file from cli #80
Comments
does only pot not work or in general? |
the issue only occurs when generating .pot from cli. from the API it was working fine. |
so other commands work from CLI? if so i'm sure @perrin4869 will look into this - you might speed this up by providing a PR containing a fix |
Tried to create a .pot file using the CLI and got the same issue. Did a quick check on the code. This condition will be triggered when no target is specified. So i just added a |
So checking for |
can you please provide a functioning example for generating a .pot file.
I tried to execute the command with all necessary parameters:
i18next-conv --pot -l en -s 'path/to/file' -b 'path/to/file' -K
produces:
start converting --> reading file from: ..../file.json <-- writing file to: ..../en/file.po file written
The text was updated successfully, but these errors were encountered: