chore: remove obsolete spawn leftovers

This commit is contained in:
weishu
2026-05-21 14:25:10 +08:00
parent b79f50f815
commit 7d5a5ee919
3 changed files with 0 additions and 35 deletions
-9
View File
@@ -141,15 +141,6 @@ export default {
'newSession.create': 'Create',
'newSession.creating': 'Creating…',
// Spawn session (old component)
'spawn.title': 'Create Session',
'spawn.sessionType': 'Session type',
'spawn.useAsIs': 'Use selected directory as-is',
'spawn.createWorktree': 'Create a new worktree next to repo',
'spawn.worktreePlaceholder': 'feature-x (default 1228-xxxx)',
'spawn.cancel': 'Cancel',
'spawn.create': 'Create Session',
'spawn.creating': 'Creating…',
'session.directoryMissingSimple': 'Directory does not exist. Creating the session will create it automatically.',
'session.directoryMissingSimpleConfirm': 'Directory does not exist. Click again to create it automatically.',
'session.directoryMissingWorktree': 'Worktree sessions require an existing repository directory.',