https://github.com/omgrod/live-translator
https://github.com/omgrod/live-translator
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/omgrod/live-translator
- Owner: OmgRod
- Created: 2024-07-27T20:24:03.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-27T21:47:27.000Z (almost 2 years ago)
- Last Synced: 2025-08-10T23:42:01.801Z (10 months ago)
- Language: C++
- Size: 77.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Support: support.md
Awesome Lists containing this project
README
# Live Translator
This Geode mod auto translates everything into any major language of your choice, leveraging the power of [my web server]()

## Getting started
We recommend heading over to [the getting started section on our docs](https://docs.geode-sdk.org/getting-started/) for useful info on what to do next.
## Build instructions
For more info, see [our docs](https://docs.geode-sdk.org/getting-started/create-mod#build)
```sh
# Assuming you have the Geode CLI set up already
geode build
```
# Resources
* [Geode SDK Documentation](https://docs.geode-sdk.org/)
* [Geode SDK Source Code](https://github.com/geode-sdk/geode/)
* [Geode CLI](https://github.com/geode-sdk/cli)
* [Bindings](https://github.com/geode-sdk/bindings/)
* [Dev Tools](https://github.com/geode-sdk/DevTools)