Via the following PR I found out we forgot the translations when moving code to their own packages: https://github.com/Yoast/wordpress-seo/pull/13359 That solution could be improved still. 2 things come to mind: 1. The `textdomain` used in the JavaScript packages are still `yoast-components`. Should this be changed to the package name? 1. For every package: 1. An entry is added in the `package.json` scripts. 1. A Grunt `shell` task is created (which runs the script above). 1. A Grunt `copy` task is created (which moves the output of above). 1. The above tasks are added to the Grunt `build:i18n:potFiles` alias list.