File tree 2 files changed +29
-29
lines changed
magiclib-malilib-extra/src/main/resources/assets/magiclib-malilib-extra/lang
2 files changed +29
-29
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ magiclib:
51
51
# ================================ Generic ================================
52
52
openConfigGui :
53
53
name : openConfigGui
54
- comment : " "
54
+ comment :
55
55
# ================================ Debug ================================
56
56
debug :
57
57
name : debug
@@ -79,46 +79,46 @@ magiclib:
79
79
- Command: `@tr#magiclib.config.category.debug.name@`
80
80
testConfigBooleanHotkeyed :
81
81
name : testConfigBooleanHotkeyed
82
- comment : " "
82
+ comment :
83
83
testConfigColor :
84
84
name : testConfigColor
85
- comment : " "
85
+ comment :
86
86
testConfigDouble :
87
87
name : testConfigDouble
88
- comment : " "
88
+ comment :
89
89
testConfigHotkey :
90
90
name : testConfigHotkey
91
- comment : " "
91
+ comment :
92
92
testConfigHotkeyWithSwitch :
93
93
name : testConfigHotkeyWithSwitch
94
- comment : " "
94
+ comment :
95
95
testConfigInteger :
96
96
name : testConfigInteger
97
- comment : " "
97
+ comment :
98
98
testConfigOptionList :
99
99
name : testConfigOptionList
100
- comment : " "
100
+ comment :
101
101
testConfigOptionListHotkeyed :
102
102
name : testConfigOptionListHotkeyed
103
- comment : " "
103
+ comment :
104
104
testConfigString :
105
105
name : testConfigString
106
- comment : " "
106
+ comment :
107
107
testConfigStringList :
108
108
name : testConfigStringList
109
- comment : " "
109
+ comment :
110
110
testConfigVec3i :
111
111
name : testConfigVec3i
112
- comment : " "
112
+ comment :
113
113
testConfigVec3iList :
114
114
name : testConfigVec3iList
115
- comment : " "
115
+ comment :
116
116
testDependencies :
117
117
name : testDependencies
118
- comment : " "
118
+ comment :
119
119
testDependenciesComposite :
120
120
name : testDependenciesComposite
121
- comment : " "
121
+ comment :
122
122
enumTest :
123
123
value :
124
124
TEST_A : Enum Test A
Original file line number Diff line number Diff line change @@ -79,46 +79,46 @@ magiclib:
79
79
- 代码块: `@tr#magiclib.config.category.debug.name@`
80
80
testConfigBooleanHotkeyed :
81
81
name : 带热键布尔配置测试
82
- comment : " "
82
+ comment :
83
83
testConfigColor :
84
84
name : 颜色配置测试
85
- comment : " "
85
+ comment :
86
86
testConfigDouble :
87
87
name : 实数配置测试
88
- comment : " "
88
+ comment :
89
89
testConfigHotkey :
90
90
name : 热键配置测试
91
- comment : " "
91
+ comment :
92
92
testConfigHotkeyWithSwitch :
93
93
name : 带开关热键测试
94
- comment : " "
94
+ comment :
95
95
testConfigInteger :
96
96
name : 整数配置测试
97
- comment : " "
97
+ comment :
98
98
testConfigOptionList :
99
99
name : 选项列表配置测试
100
- comment : " "
100
+ comment :
101
101
testConfigOptionListHotkeyed :
102
102
name : 带热键选项列表配置测试
103
- comment : " "
103
+ comment :
104
104
testConfigString :
105
105
name : 字符串配置测试
106
- comment : " "
106
+ comment :
107
107
testConfigStringList :
108
108
name : 字符串列表配置测试
109
- comment : " "
109
+ comment :
110
110
testConfigVec3i :
111
111
name : 整数三维向量配置测试
112
- comment : " "
112
+ comment :
113
113
testConfigVec3iList :
114
114
name : 整数三维向量列表配置测试
115
- comment : " "
115
+ comment :
116
116
testDependencies :
117
117
name : 带依赖配置测试
118
- comment : " "
118
+ comment :
119
119
testDependenciesComposite :
120
120
name : 带复合依赖配置测试
121
- comment : " "
121
+ comment :
122
122
enumTest :
123
123
value :
124
124
TEST_A : 枚举测试 A
You can’t perform that action at this time.
0 commit comments