File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,16 @@ You CAN install this plugin on Cauldron/KCauldron servers if you are using 1.2.0
1717
1818## Configuration
1919
20- # When a name in the language requested does not exist, the name will be retrieved in this language. The default fall back language is English.
21- FallbackLanguage=en_US
22-
20+ ```
21+ # When a name in the language requested does not exist, the name will be retrieved in this language. The default fall back language is English.
22+ FallbackLanguage=en_US
23+ # If you want to disable the loading of a language, add it to the following list
24+ SkipLanguage= [zh_CN, zh_TW]
25+ # Or
26+ SkipLanguage:
27+ - zh_CN
28+ - zh_TW
29+ ```
2330
2431## Use Language Utils
2532
@@ -55,7 +62,7 @@ If you are using Gradle, add the following to you `build.gradle`:
5562 }
5663 }
5764 dependencies {
58- compile group: 'com.meowj', name: 'LangUtils', version: '1.6.1 ' // Please check the latest version
65+ compile group: 'com.meowj', name: 'LangUtils', version: '1.6.2 ' // Please check the latest version
5966 }
6067
6168If you are using Maven, add the following to your ` pom.xml ` :
@@ -72,7 +79,7 @@ If you are using Maven, add the following to your `pom.xml`:
7279 <groupId>com.meowj</groupId>
7380 <artifactId>LangUtils</artifactId>
7481 <!--Please check the latest version -->
75- <version>1.6.1 </version>
82+ <version>1.6.2 </version>
7683 </dependency>
7784 </dependencies>
7885
You can’t perform that action at this time.
0 commit comments