Skip to content

An application in order to translate XLIFF files

Notifications You must be signed in to change notification settings

vtabary/translatol

Repository files navigation

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