Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-23T07:27:52.000Z (over 2 years ago)
- Last Synced: 2024-06-23T04:56:42.453Z (5 months ago)
- Topics: electron, languages, linux, macos, react, windows
- Language: JavaScript
- Homepage: https://webcatalog.io/translatium/
- Size: 40.1 MB
- Stars: 200
- Watchers: 9
- Forks: 33
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Translatium [![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](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|
|---|---|---|
|[![GitHub Actions Build Status](https://github.com/quanglam2807/translatium/workflows/macOS/badge.svg)](https://github.com/quanglam2807/translatium/actions)|[![GitHub Actions Build Status](https://github.com/quanglam2807/translatium/workflows/Linux/badge.svg)](https://github.com/quanglam2807/translatium/actions)|[![GitHub Actions Build Status](https://github.com/quanglam2807/translatium/workflows/Windows/badge.svg)](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
```