Skip to content

Commit

Permalink
docs(i18n): Add translation link.
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Oct 23, 2023
1 parent d264837 commit b18a738
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 12 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,13 @@ The main command is `/VotePass` or `/vp`.

## Configurations

### Plugin Configuration ([`config.yml`]() .
You can find configuration translations at [VotePass-Translations](https://github.com/ArtformGames/VotePass-Translations).

### Plugin Configuration (`config.yml`) .

Will be generated on the first boot up.

### Messages Configuration ([`messages.yml`]())
### Messages Configuration (`messages.yml`)

Will be generated on the first boot up.

Expand Down
5 changes: 2 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,11 @@ README LANGUAGES [ [English](README.md) | [**中文**](README_CN.md) ]
```

## 配置文件

### 插件配置文件([`config.yml`]() .
### 插件配置文件(`config.yml`) .

将在服务器首次启动时生成。您可以 [在这里](https://github.com/ArtformGames/VotePass-Translations) 找到该配置文件的中文译本。

### 消息配置文件([`messages.yml`]())
### 消息配置文件 (`messages.yml`)

将在服务器首次启动时生成。您可以 [在这里](https://github.com/ArtformGames/VotePass-Translations) 找到该配置文件的中文译本。

Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.artformgames</groupId>
<artifactId>votepass-parent</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</parent>
<properties>
<maven.compiler.source>${project.jdk.version}</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.artformgames</groupId>
<artifactId>votepass-parent</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
</parent>
<properties>
<maven.compiler.source>${project.jdk.version}</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion game/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.artformgames</groupId>
<artifactId>votepass-parent</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion game/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.artformgames</groupId>
<artifactId>votepass-parent</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion lobby/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.artformgames</groupId>
<artifactId>votepass-parent</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion lobby/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.artformgames</groupId>
<artifactId>votepass-parent</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</properties>
<groupId>com.artformgames</groupId>
<artifactId>votepass-parent</artifactId>
<version>1.2.2</version>
<version>1.2.3</version>
<modules>
<module>api</module>
<module>lobby/api</module>
Expand Down

0 comments on commit b18a738

Please sign in to comment.