Skip to content

Commit d8fab1d

Browse files
committed
fix(localization): update toolchain not found message to include placeholder #379
1 parent 87f1d5d commit d8fab1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/src/main/resources/messages/AutoDevBundle_en.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ mcp.preview.editor.loading.response=Loading response...
266266
mcp.editor.preview.title=Preview
267267
mcp.editor.preview.tooltip=Preview panel
268268
mcp.editor.refresh.title=Refresh
269-
shire.toolchain.function.not.found=Toolchain Not Found
269+
shire.toolchain.function.not.found=Toolchain Not Found {0}
270270
shire.run.local.mode=Run Local Model
271271
devins.llm.notfound=LLM not found
272272
devins.llm.done=Done

core/src/main/resources/messages/AutoDevBundle_zh.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ mcp.preview.editor.loading.response=加载响应中...
256256
mcp.editor.preview.title=预览
257257
mcp.editor.preview.tooltip=预览面板
258258
mcp.editor.refresh.title=刷新
259-
shire.toolchain.function.not.found=Toolchain Not Found
259+
shire.toolchain.function.not.found=Toolchain Not Found {0}
260260
shire.run.local.mode=Run Local Model
261261
devins.llm.notfound=LLM not found
262262
devins.llm.done=Done

0 commit comments

Comments
 (0)