@bradyvercher How can I process POT generation for below monorepo plugins structure?
- wp-content/plugins/
----- Everest Forms
----- Everest Forms (Pro)
----- Everest Forms Mailchimp
----- Everest Forms PayPal
All sub-folder inside wp-content/plugins/ directory is handle as monorepo with Git and all have a directory called languages inside. How can I generate each directory POT using grunt makepot. If I have to list each target then more than 20+ resides and including target for each will be the heavy task, my friend :)
@bradyvercher How can I process POT generation for below monorepo plugins structure?
All sub-folder inside
wp-content/plugins/
directory is handle as monorepo with Git and all have a directory calledlanguages
inside. How can I generate each directory POT usinggrunt makepot
. If I have to list each target then more than 20+ resides and including target for each will be the heavy task, my friend :)