Editing the plugin's messages - marcelo-mason/SimpleClans GitHub Wiki
Requirements:
Step by step
- Right click the plugin jar, click on "Open as" and choose the ZIP program
- Copy the messages file corresponding to your language to the plugin's folder
- If there isn't one for your language, copy "messages.properties" instead and rename it with your language code appended. For example, if your language is Russian:
messages_ru_RU.properties
- If there isn't one for your language, copy "messages.properties" instead and rename it with your language code appended. For example, if your language is Russian:
- Edit the messages and save
- Change
language
in config.yml to your language code - Reload the plugin using /clan reload
A little trick
If you like the current translation, but want to change only a few lines:
- Copy the file to the plugin's folder
- Delete all messages except the ones you would like to edit
- Edit them and save
Share your translations!
SimpleClans has a project on Crowdin. There you can translate the messages and suggest corrections!
Note: if you have an old language.yml file for SimpleClans that you translated to your language, open an issue here, I will convert the file and add it to the plugin.