Skip to content

Commit eb58e39

Browse files
committed
Fine-tune zh_cn.json and bump version
1 parent e705a18 commit eb58e39

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ minecraft_version=25w32a
66
yarn_mappings=25w32a+build.1
77
loader_version=0.17.1
88
# Mod Properties
9-
mod_version=1.2
9+
mod_version=1.3.2
1010
maven_group=com.fireboy637
1111
archives_base_name=translatabledebugoptions
1212
# Dependencies

src/main/resources/assets/translatabledebugoptions/lang/zh_cn.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
"debug.minecraft.post_effect": "后期效果",
2424
"debug.minecraft.entity_hitboxes": "实体碰撞箱",
2525
"debug.minecraft.chunk_borders": "区块边界",
26-
"debug.minecraft.3d_crosshair": "3D 准星",
26+
"debug.minecraft.3d_crosshair": "3D准星",
2727
"debug.minecraft.chunk_section_paths": "区块分段路径",
28-
"debug.minecraft.gpu_utilization": "GPU 利用率",
28+
"debug.minecraft.gpu_utilization": "GPU利用率",
2929
"debug.minecraft.simple_performance_impactors": "简易性能设置信息",
3030
"debug.minecraft.chunk_section_octree": "区块分段八叉树",
3131
"debug.minecraft.chunk_section_visibility": "区块分段可见性",
3232

33-
"debug.sodium.debug": "Sodium 调试信息"
33+
"debug.sodium.debug": "Sodium调试信息"
3434
}

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "translatabledebugoptions",
4-
"version": "1.2",
4+
"version": "1.3.2",
55
"name": "TranslatableDebugOptions",
66
"description": "Make the Debug Option screen translatable.",
77
"authors": ["fireboy637"],

0 commit comments

Comments
 (0)