Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

webcatalog/translatium-legacy

Repository files navigation

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

macOS Linux Windows
GitHub Actions Build Status GitHub Actions Build Status GitHub 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