Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Krasjet committed Oct 1, 2016
1 parent c44af68 commit d9f4a8c
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,16 @@ You CAN install this plugin on Cauldron/KCauldron servers if you are using 1.2.0

## Configuration

# 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.
FallbackLanguage=en_US

```
# 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.
FallbackLanguage=en_US
# If you want to disable the loading of a language, add it to the following list
SkipLanguage= [zh_CN, zh_TW]
# Or
SkipLanguage:
- zh_CN
- zh_TW
```

## Use Language Utils

Expand Down Expand Up @@ -55,7 +62,7 @@ If you are using Gradle, add the following to you `build.gradle`:
}
}
dependencies {
compile group: 'com.meowj', name: 'LangUtils', version: '1.6.1' // Please check the latest version
compile group: 'com.meowj', name: 'LangUtils', version: '1.6.2' // Please check the latest version
}

If you are using Maven, add the following to your `pom.xml`:
Expand All @@ -72,7 +79,7 @@ If you are using Maven, add the following to your `pom.xml`:
<groupId>com.meowj</groupId>
<artifactId>LangUtils</artifactId>
<!--Please check the latest version -->
<version>1.6.1</version>
<version>1.6.2</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit d9f4a8c

Please sign in to comment.