diff options
| author | Ryan Vogel <[email protected]> | 2026-01-31 09:59:28 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-31 08:59:28 -0600 |
| commit | 786ae0a584688214c99d613f18b6dc1b4ccefb9e (patch) | |
| tree | 266e6f7486dff023bf1397e4adde37b73e7f0011 /packages/app/src/i18n | |
| parent | f73f88fb56381f0ea6746964bbd4a6496f7ec229 (diff) | |
| download | opencode-786ae0a584688214c99d613f18b6dc1b4ccefb9e.tar.gz opencode-786ae0a584688214c99d613f18b6dc1b4ccefb9e.zip | |
feat(app): add skill slash commands (#11369)
Diffstat (limited to 'packages/app/src/i18n')
| -rw-r--r-- | packages/app/src/i18n/en.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/app/src/i18n/en.ts b/packages/app/src/i18n/en.ts index a6a50506a..7b18f54af 100644 --- a/packages/app/src/i18n/en.ts +++ b/packages/app/src/i18n/en.ts @@ -216,6 +216,7 @@ export const dict = { "prompt.popover.emptyCommands": "No matching commands", "prompt.dropzone.label": "Drop images or PDFs here", "prompt.slash.badge.custom": "custom", + "prompt.slash.badge.skill": "skill", "prompt.context.active": "active", "prompt.context.includeActiveFile": "Include active file", "prompt.context.removeActiveFile": "Remove active file from context", |
