diff options
| author | adamelmore <[email protected]> | 2026-01-27 08:30:23 -0600 |
|---|---|---|
| committer | adamelmore <[email protected]> | 2026-01-27 11:38:35 -0600 |
| commit | 2f5a238b511e3ac4d8235da4d6e7fdbaf06c9b84 (patch) | |
| tree | 1bcbd4d51758721d6cbcc3d36e97c6a76ceef5c9 /packages/app/src/i18n | |
| parent | 173faca3c6a8d29e4502fbedaa7a56cdddd05c10 (diff) | |
| download | opencode-2f5a238b511e3ac4d8235da4d6e7fdbaf06c9b84.tar.gz opencode-2f5a238b511e3ac4d8235da4d6e7fdbaf06c9b84.zip | |
feat(app): update settings in general settings
Diffstat (limited to 'packages/app/src/i18n')
| -rw-r--r-- | packages/app/src/i18n/en.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/app/src/i18n/en.ts b/packages/app/src/i18n/en.ts index abbe497dc..8fb819798 100644 --- a/packages/app/src/i18n/en.ts +++ b/packages/app/src/i18n/en.ts @@ -540,6 +540,15 @@ export const dict = { "settings.general.row.releaseNotes.title": "Release notes", "settings.general.row.releaseNotes.description": "Show What's New popups after updates", + + "settings.updates.row.startup.title": "Check for updates on startup", + "settings.updates.row.startup.description": "Automatically check for updates when OpenCode launches", + "settings.updates.row.check.title": "Check for updates", + "settings.updates.row.check.description": "Manually check for updates and install if available", + "settings.updates.action.checkNow": "Check now", + "settings.updates.action.checking": "Checking...", + "settings.updates.toast.latest.title": "You're up to date", + "settings.updates.toast.latest.description": "You're running the latest version of OpenCode.", "font.option.ibmPlexMono": "IBM Plex Mono", "font.option.cascadiaCode": "Cascadia Code", "font.option.firaCode": "Fira Code", |
