oversetter
v0.3.0
Published
Translate text directly from your menubar.
Downloads
4
Readme
Oversetter is an translation app, which allows you to translate content directly from your menu bar. Oversetter is open-source application based on Angular and Electron. It uses free API of Yandex Translate for text translation.
Screenshot
Download
You can download the latest version of the application for macOS, Windows and Linux.
How to use
- Register free Yandex Translate API-Key (or use built-in dev-key for the first time).
- Install dependencies, build and run application with electron:
npm install
npm run build
npm run electron
Development
npm run build-dev
and
NODE_ENV=dev npm run electron
App Packaging
npm run package:osx
npm run package:win32
npm run package:linux
or
npm run package:all
ToDo: Up next
See Projects-tab. Feel free to contribute!