Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 884 Bytes

README.md

File metadata and controls

55 lines (33 loc) · 884 Bytes

Translatol

A tool in order to translate XLIFF files.

Testing

Installation

All releases are available on the release page

Contributing

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.

Install

npm install

# or with yarn

yarn

Launch

To start the application, you have to run 2 concurrent jobs

npm start
npm run electron

# or with yarn

yarn start
yarn electron

Build

npm run build
npm run dist

# or with yarn

yarn build
yarn dist

License

MIT