• This repository has been archived on 29/Apr/2022
  • Stars
    star
    200
  • Rank 190,138 (Top 4 %)
  • Language
    JavaScript
  • License
    Mozilla Public Li...
  • Created over 7 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Legacy code of Translatium app for desktop.

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