https://github.com/webcatalog/translatium-legacy
Legacy code of Translatium app for desktop.
https://github.com/webcatalog/translatium-legacy
electron languages linux macos react windows
Last synced: about 2 months ago
JSON representation
Legacy code of Translatium app for desktop.
- Host: GitHub
- URL: https://github.com/webcatalog/translatium-legacy
- Owner: webcatalog
- License: mpl-2.0
- Archived: true
- Created: 2017-01-01T05:46:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T07:27:52.000Z (about 3 years ago)
- Last Synced: 2025-04-24T00:12:45.279Z (about 2 months ago)
- Topics: electron, languages, linux, macos, react, windows
- Language: JavaScript
- Homepage: https://webcatalog.io/translatium/
- Size: 40.1 MB
- Stars: 196
- Watchers: 8
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Translatium [](LICENSE)
## 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|
|---|---|---|
|[](https://github.com/quanglam2807/translatium/actions)|[](https://github.com/quanglam2807/translatium/actions)|[](https://github.com/quanglam2807/translatium/actions)|The legacy code of **[Translatium](https://webcatalog.io/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
```