Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 591 Bytes

File metadata and controls

18 lines (13 loc) · 591 Bytes

Babel Plugin Makepot

Babel plugin used to scan JavaScript files for use of localization functions. It then compiles these into a gettext POT formatted file as a template for translation. By default the output file will be written to gettext.pot of the root project directory. This can be overridden using the "output" option of the plugin.

[ "@wordpress/babel-plugin-makepot", {
	"output": "languages/myplugin.pot"
} ]

Installation

Install the module:

npm install @wordpress/babel-plugin-makepot --save-dev