Skip to content

PerfectMemory/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

About

An application in order to translate XLIFF files

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 79.7%
  • HTML 15.9%
  • JavaScript 3.5%
  • Other 0.9%