# wp-babel-makepot **Repository Path**: mirrors_Automattic/wp-babel-makepot ## Basic Information - **Project Name**: wp-babel-makepot - **Description**: An attempt to use as a drop in for `wp i18n make-pot` with support for ECMA proposals - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README wp-babel-makepot Run babel makepot Running: ``` docker run --init -it -v ~/my/app/source:/src -v ~/my/potfiles:/build wp-babel-makepot ``` Develop ``` git clone https://github.com:Automattic/wp-babel-makepot.git cd wp-babel-makepot docker build -t wp-babel-makepot . docker run --init -it -v ~/wp/calypso/client:/src -v ~/wp/calypso/potfiles:/build wp-babel-makepot ``` Locally (without docker) ``` cd wp-babel-makepot npm install npm start "some/src/**/*.js{,x}" -- --ignore "**/node_modules/**,**/*.spec.js,**/*.test.js" --output "./strings.pot" ```