MOD介绍
转载自Baka-gourd Provides convenient localization features to reduce the burden on authors and provide centralized coverage. I18n EveryWhereProvides convenient localization features to reduce the burden on authors and provide centralized coverage. Keeps authors from being overwhelmed by Self-implemented language file loading Handling different text encodings Usage: Create a new "lang" folder in the mod folder. Add localization json, like en-US.json, zh-HANS.json. Example (zh-HANS.json){ "Options.SECTION ": "国际化", "Options.TAB ": "通用", "Options.OPTION ": "重写", "Options.OPTION_DESCRIPTION ": "使用模组内置的语言覆盖原本的语言" }

