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
Via the following PR I found out we forgot the translations when moving code to their own packages: #13359
That solution could be improved still. 2 things come to mind:
textdomain
yoast-components
package.json
shell
copy
build:i18n:potFiles
The text was updated successfully, but these errors were encountered:
Closing this in favor of a comment in the readme of the javascript repo.
Sorry, something went wrong.
No branches or pull requests
Via the following PR I found out we forgot the translations when moving code to their own packages: #13359
That solution could be improved still. 2 things come to mind:
textdomain
used in the JavaScript packages are stillyoast-components
. Should this be changed to the package name?package.json
scripts.shell
task is created (which runs the script above).copy
task is created (which moves the output of above).build:i18n:potFiles
alias list.The text was updated successfully, but these errors were encountered: