Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.15 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.15 KB

Translatium License: MPL 2.0

macOS Linux Windows
GitHub Actions Build Status GitHub Actions Build Status GitHub Actions Build Status

Translatium - Translate Any Languages like a Pro.

master branch only includes the source code of Translatium 9 & up. For older versions, check out the legacy- branches.


Development

# First, clone the project:
git clone https://github.com/quanglam2807/translatium.git
cd translatium

# set API keys
export ELECTRON_APP_SENTRY_DSN=...
export REACT_APP_OCR_SPACE_API_KEY=...

# install the dependencies
yarn

# Run development mode of Translatium
yarn electron-dev

# Build for production
yarn dist