Multi-language support¶
Currently
English (en_us)
Simplified Chinese (zh_cn)
(Content inside '()' is language code)
(The default fallback language is English)
From version 1.18, the plugin added the support of multi-language
How to change the language¶
Normally, there's no need to change the language settings
Because the plugin uses 'language auto adaptive' method to sync the language between the plugin and the client. The plugin will automatically adjust its language to match the client side
However, for languages which we don't support currently, we provided a 'fallback_language' option. When the language of the client side is not supported, we will use fallback language as our output language
If you want to change the fallback language, please do as follows:
Use notepad (or other text editor software), edit 'plugins/icbmBukkit/config.yaml' file, change the value of 'fallback_language' key to the language code you want(above)
Example¶
For example, to change the fallback language to Simplified Chinese, just edit the value of 'fallback_language' key to 'zh_cn'
As for English, just change it to 'en_us'
The modification method of other languages is similar