Languages
Last updated
Last updated
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%
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 .
Edit the translation file in the src/main/resources/lang
directory. The files are named after the language code (e.g. en_us.yml
for 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 dev
branch.
Once your pull request is merged and an update is released, you will be able to use your new translations in the plugin.
If you would like to contribute a new language, please follow these steps:
Fork the latest .
Head over to the and find the language code for your language.
Create a new file in the src/main/resources/lang
directory with the name of your language code (e.g. en_us.yml
).
Copy the contents of the en_us.yml
file 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 dev
branch.
Once your pull request is merged and an update is released, you will be able to use your new language in the plugin.