Skip to content

Commit

Permalink
updated Gradle and added Simplified Chinese translation
Browse files Browse the repository at this point in the history
Thanks to BradNotBad for the translation
  • Loading branch information
Andrew6rant committed Jan 5, 2022
1 parent 80ccf0f commit c317bce
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 32 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.8-SNAPSHOT'
id 'fabric-loom' version '0.10-SNAPSHOT'
id 'maven-publish'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

This file was deleted.

11 changes: 11 additions & 0 deletions src/main/resources/assets/stacker/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"text.autoconfig.stacker.title": "Stacker配置",
"text.autoconfig.stacker.option.maxStacker": "最大堆叠大小",
"text.autoconfig.stacker.option.maxStacker.@Tooltip": "不要设置超过2147483647,也不要小于1",
"text.autoconfig.stacker.option.maxStacker.@PrefixText": "更改最大堆叠大小需要重新启动才会生效",
"text.autoconfig.stacker.option.variableOverride": "动态字体比例覆盖",
"text.autoconfig.stacker.option.variableOverride.@Tooltip": "将该项设置为 §a是 §f如果您希望字体随数量大小而变化",
"text.autoconfig.stacker.option.variableOverride.@PrefixText": "字体更改立即生效,无需重新启动",
"text.autoconfig.stacker.option.itemCountScaleInt": "物品数量字体大小",
"text.autoconfig.stacker.option.itemCountScaleInt.@Tooltip": "仅在动态字体比例覆盖设置为 §c否 §f时适用"
}

0 comments on commit c317bce

Please sign in to comment.