fix(i18n): add workspace root translation key

This commit is contained in:
VooDisss
2026-02-16 05:21:22 +02:00
parent 32113ea100
commit b7f638f07d
2 changed files with 2 additions and 1 deletions

View File

@@ -571,7 +571,7 @@ const UnifiedPicker: Component<UnifiedPickerProps> = (props) => {
d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z" d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"
/> />
</svg> </svg>
<span class="font-mono">. (workspace root)</span> <span class="font-mono">. {t("unifiedPicker.sections.workspaceRoot")}</span>
</div> </div>
</div> </div>
</Show> </Show>

View File

@@ -158,6 +158,7 @@ export const commandMessages = {
"unifiedPicker.sections.commands": "COMMANDS", "unifiedPicker.sections.commands": "COMMANDS",
"unifiedPicker.sections.agents": "AGENTS", "unifiedPicker.sections.agents": "AGENTS",
"unifiedPicker.sections.files": "FILES", "unifiedPicker.sections.files": "FILES",
"unifiedPicker.sections.workspaceRoot": "WORKSPACE ROOT",
"unifiedPicker.badge.subagent": "subagent", "unifiedPicker.badge.subagent": "subagent",
"unifiedPicker.footer.navigate": "navigate", "unifiedPicker.footer.navigate": "navigate",
"unifiedPicker.footer.select": "select", "unifiedPicker.footer.select": "select",