/react-intl-editor

Github fork of https://bitbucket.org/bflower/react-intl-editor

Primary LanguageJavaScriptMIT LicenseMIT

React Intl Editor

Editor for translation files generated by react-intl-translations-manager

React-intl-translations-manager, React, Redux, React Router, Webpack

Features

  • Upload defaultMessages, lang.json & whitelist
  • Update translation strings
  • Add message to whitelist
  • Download updated lang.json & whitelist

Install

First, clone the repo via git:

git clone git@bitbucket.org:bflower/react-intl-editor.git your-project-name

And then install dependencies.

$ cd your-project-name && npm install

Run

Development

Run this two commands simultaneously in different console tabs.

$ npm run hot-server
$ npm run start-hot

or run two servers with one command

$ npm run dev

Note: requires a node version >= 4 and an npm version >= 2.

Build executables

Package for your platform by running

$ npm run package-self

Package for all platforms (Mac, Linux, Windows)

$ npm run package-all

Builded executables are located in the "release" directory

@todo & next steps

  • Autoupdate with Squirrel

License

MIT © b-flower