Skip to content

Commit a159aa0

Browse files
committed
Update translations with newer config command
1 parent 2a81e2d commit a159aa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/resources/assets/seedmapper/lang/en_us.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commands.exceptions.noSeedAvailable": "No seed available, set it using the /cconfig command.",
2+
"commands.exceptions.noSeedAvailable": "No seed available, set it using the /sm:config command.",
33
"commands.exceptions.alreadyBusyLocating": "Already busy locating something [%s].",
44
"commands.exceptions.alreadyBusyLocating.stopTask": "stop task",
55
"commands.exceptions.alreadyBusyLocating.clickToStop": "Click to stop the task",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"commands.exceptions.noSeedAvailable": "无可用种子,请使用 /cconfig 命令设置。",
2+
"commands.exceptions.noSeedAvailable": "无可用种子,请使用 /sm:config 命令设置。",
33
"commands.exceptions.alreadyBusyLocating": "已在定位其他目标 [%s]。",
44
"commands.exceptions.alreadyBusyLocating.stopTask": "停止任务",
55
"commands.exceptions.alreadyBusyLocating.clickToStop": "点击停止任务",

0 commit comments

Comments
 (0)