SimpleTranslator

In-game translator

tool

Installation command

!!MCDR plugin install simple_translator

Author

Synced at

...

Last update

...

Latest version

Total downloads

277

Back to catalogue

🌐 Simple Translator

license package python versions

Really simple MCDReforged in-game translator plugin.

More plugins in MCDReforgedPluginsCatalogue.

đŸ—ŋ 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

example

💾 Config

Location: config/simple_translator.json

{
    "global_language": "en",
    "secondary_language": "es"
}

đŸ—‚ī¸ Required Python libraries

To install them execute:

  pip install -r requirements.txt

Introduction source: README.md