macOS | Linux | Windows |
---|---|---|
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.
# First, clone the project:
git clone https://github.com/quanglam2807/translatium.git
cd translatium
# set API keys
export REACT_APP_YANDEX_TRANSLATE_API_KEY=...
export REACT_APP_YANDEX_DICTIONARY_API_KEY=...
export REACT_APP_OCR_SPACE_API_KEY=...
# install the dependencies
yarn
# Run development mode of Translatium
yarn electron-dev
# Build for production
yarn dist