Languages
MoreTweaks currently supports 2 languages. To set your language, go to the config.yml file and set the language option to your desired language. The available languages are:
English (US) -
en_us- 100%Spanish (Mexico) -
es_mx- ~90%
Contributing to a language
Some languages are not fully translated. If you would like to contribute to a language or fix any mistakes, please follow these steps:
Fork the latest dev branch.
Edit the translation file in the
src/main/resources/langdirectory. The files are named after the language code (e.g.en_us.ymlfor English).Translate the text to your desired language. Make sure to keep the formatting the same as the original file.
Commit your changes and create a pull request to the
devbranch.Once your pull request is merged and an update is released, you will be able to use your new translations in the plugin.
Adding a new language
If you would like to contribute a new language, please follow these steps:
Fork the latest dev branch.
Head over to the Language page on the Minecraft Wiki and find the language code for your language.
Create a new file in the
src/main/resources/langdirectory with the name of your language code (e.g.en_us.yml).Copy the contents of the
en_us.ymlfile and translate the text to your desired language.Please translate at least 50% for the language to be considered.
Make sure to keep the formatting the same as the original file.
Commit your changes and create a pull request to the
devbranch.Once your pull request is merged and an update is released, you will be able to use your new language in the plugin.
Translation Credits
en_us
es_mx
Last updated