Previously for the EDTR, we were loading the babel-plugin-makepot as a dev dependency which would build translations for our JS files.
That doesn't appear to be necessary anymore, and the functionality of that plugin has been moved into WP-CLI.
We need to confirm that the EE buildmachine correctly adds translated strings in JS files to the .pot files as well as the JSON files required for Gutenberg.
see: https://github.com/eventespresso/event-espresso-core/pull/2770
Previously for the EDTR, we were loading the
babel-plugin-makepot
as a dev dependency which would build translations for our JS files. That doesn't appear to be necessary anymore, and the functionality of that plugin has been moved into WP-CLI.We need to confirm that the EE buildmachine correctly adds translated strings in JS files to the .pot files as well as the JSON files required for Gutenberg.
plz see: https://developer.wordpress.org/block-editor/developers/internationalization/