WordPress / community-themes

A collection of Block Themes built by the WordPress community.
70 stars 26 forks source link

Automation: escape patterns action #209

Open MaggieCabrera opened 2 weeks ago

MaggieCabrera commented 2 weeks ago

We have an action that we can manually run using

npm run patterns:escape

This script will scan stage files that are patterns and escape any strings for translation among other things. Let's add a pre commit hook that runs this script so all PRs that change patterns are escaped automatically.