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
After a dependencies update, when i run
gettext-extract --attribute v-translate --quiet --output /tmp/template.pot ./src/App.vue ./src/.....
The following pops out:
No configuration found
I realised the dependent package gettext-extract requires now a .gettext.json configuration file
.gettext.json
The text was updated successfully, but these errors were encountered:
There may be some misunderstanding. The gettext-extract used in vue-gettext comes from easygettext.
gettext-extract
There is no dependency on the package you mention.
Sorry, something went wrong.
you're right, nevermind. i guess at some point i didn't have gettext-extract available and pulled in the wrong dependency. thanks and apologies
No branches or pull requests
After a dependencies update, when i run
gettext-extract --attribute v-translate --quiet --output /tmp/template.pot ./src/App.vue ./src/.....
The following pops out:
No configuration found
I realised the dependent package gettext-extract requires now a
.gettext.json
configuration fileThe text was updated successfully, but these errors were encountered: