https://github.com/neroist/translate
A translator GUI app
https://github.com/neroist/translate
Last synced: 6 months ago
JSON representation
A translator GUI app
- Host: GitHub
- URL: https://github.com/neroist/translate
- Owner: neroist
- License: mit
- Created: 2023-02-25T18:33:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T18:44:50.000Z (over 2 years ago)
- Last Synced: 2025-02-06T01:41:24.123Z (8 months ago)
- Language: Nim
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# translate
A translator GUI app powered by Google Translate.
## Building from source
1. Install Nim (from [here](https://nim-lang.org/install.html))
2. Download the source code (either by cloning the repo or [downloading it from Github](https://github.com/neroist/translate/archive/refs/heads/main.zip))
3. Run `nimble build` in the souce code dir