- Open file
assets/columns-blocks.jsand edit configuration ofregisterBlockType.
- Create POT file with
wp i18n make-pot ./ languages/laita-colums.pot. The filename must match the text-domain. - Create translations with Poedit.
- Generate JSON files for javascript translations
wp i18n make-json languages --no-purge. - PROFIT