node-wp-i18n
node-wp-i18n copied to clipboard
Internationalize WordPress themes and plugins.
- fixing php deprecation notice when running grunt addtextdomain tasks.
With the release of WordPress 5.0 and WP.org switching over to [WP-CLI's i18n command](https://github.com/wp-cli/i18n-command), support needs to be added for new features and workflows. Bundling the i18n command from WP-CLI...
I have an older project that uses grunt and was on node 8. I'm doing incremental upgrades to modernize the build process and when upgrading to node 10 and node-wp-i18n...