Advertisement
Guest User

Untitled

a guest
Feb 19th, 2016
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Download dev version of wordpress: (in terminal)
  2. $ svn co http://develop.svn.wordpress.org/trunk/ wp-dev
  3.  
  4. Then use in gulpfile.js:
  5. gulp.task( 'i18n', shell.task(
  6. 'php /Users/ashokkumarnath/Desktop/pot/wp-dev/tools/i18n/makepot.php wp-plugin . lang/gtd.po'
  7. ));
  8.  
  9. /Users/ashokkumarnath/Desktop/pot/wp-dev/tools/i18n/makepot.php is the path to makepot.php file of downloaded wordpress
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement