You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ The plugin has two build scripts. The first one is responsible for building bloc
33
33
Before running any of the scripts, you must complete several steps:
34
34
1. Clone the GitHub repository into your plugins directory.
35
35
1. In the plugin directory run `npm i`.
36
+
1.`nvm use 14.21.3`
36
37
37
38
For the first option (build blocks into one file):
38
39
* Run `npm run dev` to compile your files automatically whenever you've made changes to the associated files.
@@ -45,8 +46,8 @@ For the second option (generating separate files for each block):
45
46
### Update/generate POT(languages) file
46
47
1. Install WP-CLI and add it to PATH (check out [official guide](https://wp-cli.org/#installing))
47
48
1. Navigate to ./languages
48
-
1. Run `wp i18n make-pot ./.. getwid.pot --exclude="src/"`
49
-
1. To subtract new strings run `wp i18n make-pot ./.. getwid-new.pot --subtract="getwid.pot" --exclude="src/"`
49
+
1. Run `wp i18n make-pot ./.. getwid.pot --exclude="src/,vendors/"`
50
+
1. To subtract new strings run `wp i18n make-pot ./.. getwid-new.pot --subtract="getwid.pot" --exclude="src/,vendors/"`
50
51
51
52
## Support
52
53
This is a developer's portal for the Getwid plugin and should not be used for support. Please visit the support page if you need to submit a support request.
<spanclassName={'form-title'}>{__('Mailchimp API key.','getwid')}<ahref='https://mailchimp.com/help/about-api-keys/#Find_or_Generate_Your_API_Key'target='_blank'>{__('Get your key.','getwid')}</a></span>
0 commit comments