Closed yurynix closed 6 years ago
After upgrade to xgettext-js 2.0.0, in order to run
npm run translate
on calypso, we need those additional plugins:
'exportDefaultFrom', 'exportNamespaceFrom'
From babel-parser:
export v from "mod"
export * as ns from "mod"
git checkout update/xgettext-version
npm install && rm -rf ./node_modules/i18n-calypso
npm install && npm link
npm link i18n-calypso
Fixed by #68
After upgrade to xgettext-js 2.0.0, in order to run
on calypso, we need those additional plugins:
From babel-parser:
export v from "mod"
( calypso )export * as ns from "mod"
( calypso )Testing instructions
git checkout update/xgettext-version
npm install && rm -rf ./node_modules/i18n-calypso
npm install && npm link
npm link i18n-calypso
npm run translate