Skip to content

Commit 9ef2cbf

Browse files
committed
magiclib-malilib-extra: Remove empty string quotes
Signed-off-by: Hendrix-Shen <[email protected]>
1 parent 618e73f commit 9ef2cbf

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

magiclib-malilib-extra/src/main/resources/assets/magiclib-malilib-extra/lang/en_us.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ magiclib:
5151
# ================================ Generic ================================
5252
openConfigGui:
5353
name: openConfigGui
54-
comment: ""
54+
comment:
5555
# ================================ Debug ================================
5656
debug:
5757
name: debug
@@ -79,46 +79,46 @@ magiclib:
7979
- Command: `@tr#magiclib.config.category.debug.name@`
8080
testConfigBooleanHotkeyed:
8181
name: testConfigBooleanHotkeyed
82-
comment: ""
82+
comment:
8383
testConfigColor:
8484
name: testConfigColor
85-
comment: ""
85+
comment:
8686
testConfigDouble:
8787
name: testConfigDouble
88-
comment: ""
88+
comment:
8989
testConfigHotkey:
9090
name: testConfigHotkey
91-
comment: ""
91+
comment:
9292
testConfigHotkeyWithSwitch:
9393
name: testConfigHotkeyWithSwitch
94-
comment: ""
94+
comment:
9595
testConfigInteger:
9696
name: testConfigInteger
97-
comment: ""
97+
comment:
9898
testConfigOptionList:
9999
name: testConfigOptionList
100-
comment: ""
100+
comment:
101101
testConfigOptionListHotkeyed:
102102
name: testConfigOptionListHotkeyed
103-
comment: ""
103+
comment:
104104
testConfigString:
105105
name: testConfigString
106-
comment: ""
106+
comment:
107107
testConfigStringList:
108108
name: testConfigStringList
109-
comment: ""
109+
comment:
110110
testConfigVec3i:
111111
name: testConfigVec3i
112-
comment: ""
112+
comment:
113113
testConfigVec3iList:
114114
name: testConfigVec3iList
115-
comment: ""
115+
comment:
116116
testDependencies:
117117
name: testDependencies
118-
comment: ""
118+
comment:
119119
testDependenciesComposite:
120120
name: testDependenciesComposite
121-
comment: ""
121+
comment:
122122
enumTest:
123123
value:
124124
TEST_A: Enum Test A

magiclib-malilib-extra/src/main/resources/assets/magiclib-malilib-extra/lang/zh_cn.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -79,46 +79,46 @@ magiclib:
7979
- 代码块: `@tr#magiclib.config.category.debug.name@`
8080
testConfigBooleanHotkeyed:
8181
name: 带热键布尔配置测试
82-
comment: ""
82+
comment:
8383
testConfigColor:
8484
name: 颜色配置测试
85-
comment: ""
85+
comment:
8686
testConfigDouble:
8787
name: 实数配置测试
88-
comment: ""
88+
comment:
8989
testConfigHotkey:
9090
name: 热键配置测试
91-
comment: ""
91+
comment:
9292
testConfigHotkeyWithSwitch:
9393
name: 带开关热键测试
94-
comment: ""
94+
comment:
9595
testConfigInteger:
9696
name: 整数配置测试
97-
comment: ""
97+
comment:
9898
testConfigOptionList:
9999
name: 选项列表配置测试
100-
comment: ""
100+
comment:
101101
testConfigOptionListHotkeyed:
102102
name: 带热键选项列表配置测试
103-
comment: ""
103+
comment:
104104
testConfigString:
105105
name: 字符串配置测试
106-
comment: ""
106+
comment:
107107
testConfigStringList:
108108
name: 字符串列表配置测试
109-
comment: ""
109+
comment:
110110
testConfigVec3i:
111111
name: 整数三维向量配置测试
112-
comment: ""
112+
comment:
113113
testConfigVec3iList:
114114
name: 整数三维向量列表配置测试
115-
comment: ""
115+
comment:
116116
testDependencies:
117117
name: 带依赖配置测试
118-
comment: ""
118+
comment:
119119
testDependenciesComposite:
120120
name: 带复合依赖配置测试
121-
comment: ""
121+
comment:
122122
enumTest:
123123
value:
124124
TEST_A: 枚举测试 A

0 commit comments

Comments
 (0)