cherry-pick chinese translation

+lang file cleanup
This commit is contained in:
octarine-noise
2021-05-29 23:52:25 +02:00
parent cd2d46f422
commit 368b50a578
5 changed files with 183 additions and 212 deletions

View File

@@ -40,7 +40,7 @@ class LeavesConfig(node: ConfigNode) : DelegatingConfigGroup(node) {
val vOffset by double(0.1, min = 0.0, max = 0.4, langKey = recurring)
val size by double(1.4, min = 0.75, max = 2.5, langKey = recurring)
val shaderWind by boolean(true, langKey = recurring)
val saturationThreshold by double(0.1, min = 0.0, max = 1.0)
val saturationThreshold by double(0.1, min = 0.0, max = 1.0, langKey = recurring)
}
class ShortGrassConfig(node: ConfigNode) : DelegatingConfigGroup(node), PopulationConfigData {
@@ -54,7 +54,7 @@ class ShortGrassConfig(node: ConfigNode) : DelegatingConfigGroup(node), Populati
override val population by population(64)
val useGenerated by boolean(false)
val shaderWind by boolean(true, langKey = recurring)
val saturationThreshold by double(0.1, min = 0.0, max = 1.0)
val saturationThreshold by double(0.1, min = 0.0, max = 1.0, langKey = recurring)
}
class ConnectedGrassConfig(node: ConfigNode) : DelegatingConfigGroup(node) {