adventistchurch / alps-gutenberg-blocks

A Wordpress plugin to create Gutenberg plugins that work for ALPS.
4 stars 6 forks source link

Issue with Translation po files #51

Closed designerbrent closed 3 years ago

designerbrent commented 3 years ago

When running npm run i18n:update-pot on the most recent version of the ALPS Gutenberg Blocks module, the following error shows in the terminal:

./src/blocks/media-block/components/edit.js:231: warning: RegExp literal terminated too early
./src/blocks/media-block/components/save.js:68: warning: unterminated string
./src/blocks/cta/block.js:269: warning: unterminated string
./src/blocks/gallery/block.js:81: warning: unterminated string
./src/blocks/gallery/block.js:101: warning: RegExp literal terminated too early
./src/blocks/image-2up/block.js:81: warning: RegExp literal terminated too early
./src/blocks/image-breakout/block.js:79: warning: unterminated string
designerbrent commented 3 years ago

I think this can be closed.