Home

Awesome

Translatium License: MPL 2.0

Archived

This repository is archived. To help us better improve the product and protect our intellectual assets, Translatium's development has been moved to a closed source universal code base that runs across macOS, Windows, Linux, Android, iOS and iPadOS.

Introduction

macOSLinuxWindows
GitHub Actions Build StatusGitHub Actions Build StatusGitHub Actions Build Status

The legacy code of Translatium for desktop (version 20 and earlier).

master branch only includes the source code of Translatium 9+. 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 REACT_APP_OCR_SPACE_API_KEY=...

# install the dependencies
yarn

# Run development mode of Translatium
yarn electron-dev

# Build for production
yarn dist