Help Translate Version 2.0

The .pot files for v2.0 must be generated using WP-CLI. All the tooling we had for v1 does not work in it’s current form. So unless someone wants to fix it, there is a WP-CLI command to generate core translation strings. There’s more information in this issue:

For reference, the command is:
wp i18n make-pot . v2-c.pot --ignore-domain --exclude=wp-content,composer.json,wp-admin/about.php --skip-theme-json --skip-block-json --no-color

v2-c.pot is the name of the file being generated.

2 Likes