Really simple MCDReforged in-game translator plugin.
More plugins in MCDReforgedPluginsCatalogue.
Basically translates from global_language
to secondary_language
& all languages to global_language
.
To use it simply type: t what you want to translate
Location: config/simple_translator.json
{
"global_language": "en",
"secondary_language": "es"
}
- mcdreforged >= 2.0.0
- googletrans == 4.0.0rc1
To install them execute:
pip install -r requirements.txt