Translation files (.pot/.po/.mo and the JS .json translation files for the
block editor) go in this folder.

This project was built without a local WordPress environment, so no .pot
file is bundled yet. Once you have a WP install with WP-CLI, generate one
with:

    wp i18n make-pot . languages/ferimanedge-regime-widget.pot

and, for the block editor JS strings:

    wp i18n make-json languages --no-purge
