https://github.com/skuzow/simple-translator
🌐 MCDReforged in-game translator plugin
https://github.com/skuzow/simple-translator
command mcdr mcdr-plugin mcdreforged minecraft python python3
Last synced: 5 months ago
JSON representation
🌐 MCDReforged in-game translator plugin
- Host: GitHub
- URL: https://github.com/skuzow/simple-translator
- Owner: skuzow
- License: gpl-3.0
- Created: 2020-10-15T10:45:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T22:37:27.000Z (over 3 years ago)
- Last Synced: 2023-03-06T22:53:14.876Z (over 3 years ago)
- Topics: command, mcdr, mcdr-plugin, mcdreforged, minecraft, python, python3
- Language: Python
- Homepage:
- Size: 68.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🌐 Simple Translator
[](https://github.com/skuzow/simple-translator/blob/master/LICENSE)
[](https://github.com/skuzow/simple-translator/actions/workflows/package.yml)
[](https://www.python.org/downloads)
Really simple [MCDReforged](https://github.com/Fallen-Breath/MCDReforged) in-game translator plugin.
More plugins in [MCDReforgedPluginsCatalogue](https://github.com/MCDReforged/PluginCatalogue/blob/catalogue/readme.md).
## 🗿 How it works?
Basically translates from `global_language` to `secondary_language` & all languages to `global_language`.
To use it simply type: `t what you want to translate`

## 💾 Config
Location: `config/simple_translator.json`
```json
{
"global_language": "en",
"secondary_language": "es"
}
```
## 🗂️ Required Python libraries
- [mcdreforged](https://github.com/Fallen-Breath/MCDReforged) >= 2.0.0
- [googletrans](https://pypi.org/project/googletrans/4.0.0rc1) == 4.0.0rc1
To install them execute:
```bash
pip install -r requirements.txt
```