A tool in order to translate XLIFF files.
All releases are available on the release page
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
npm install
# or with yarn
yarn
To start the application, you have to run 2 concurrent jobs
npm start
npm run electron
# or with yarn
yarn start
yarn electron
npm run build
npm run dist
# or with yarn
yarn build
yarn dist