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
I am working with block.json files in WordPress. This is a preview on how such a block looks like: https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/
It seems that poedit is not able to extract this kind of block data. In wp-cli there is a option to extract these strings though.
See: https://github.com/wp-cli/i18n-command/blob/main/src/BlockExtractor.php and https://github.com/wp-cli/i18n-command/blob/main/src/JsonSchemaExtractor.php
It would be nice if Poedit supported the discovering of these kind of strings as well.
The text was updated successfully, but these errors were encountered:
Thanks for alerting me to this!
Sorry, something went wrong.
Similarly, https://github.com/wp-cli/i18n-command/blob/main/src/ThemeJsonExtractor.php
wp-cli issues:
No branches or pull requests
I am working with block.json files in WordPress. This is a preview on how such a block looks like: https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/
It seems that poedit is not able to extract this kind of block data. In wp-cli there is a option to extract these strings though.
See: https://github.com/wp-cli/i18n-command/blob/main/src/BlockExtractor.php and https://github.com/wp-cli/i18n-command/blob/main/src/JsonSchemaExtractor.php
It would be nice if Poedit supported the discovering of these kind of strings as well.
The text was updated successfully, but these errors were encountered: