Editor for translation files generated by react-intl-translations-manager
React-intl-translations-manager, React, Redux, React Router, Webpack
- Upload defaultMessages, lang.json & whitelist
- Update translation strings
- Add message to whitelist
- Download updated lang.json & whitelist
First, clone the repo via git:
git clone git@bitbucket.org:bflower/react-intl-editor.git your-project-nameAnd then install dependencies.
$ cd your-project-name && npm installRun this two commands simultaneously in different console tabs.
$ npm run hot-server
$ npm run start-hotor run two servers with one command
$ npm run devNote: requires a node version >= 4 and an npm version >= 2.
Package for your platform by running
$ npm run package-selfPackage for all platforms (Mac, Linux, Windows)
$ npm run package-allBuilded executables are located in the "release" directory
- Autoupdate with Squirrel
MIT © b-flower