-
Couldn't load subscription status.
- Fork 939
Closed
Description
Via the following PR I found out we forgot the translations when moving code to their own packages: #13359
That solution could be improved still. 2 things come to mind:
- The
textdomainused in the JavaScript packages are stillyoast-components. Should this be changed to the package name? - For every package:
- An entry is added in the
package.jsonscripts. - A Grunt
shelltask is created (which runs the script above). - A Grunt
copytask is created (which moves the output of above). - The above tasks are added to the Grunt
build:i18n:potFilesalias list.
- An entry is added in the