Skip to content

skuzow/simple-translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

57 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌐 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