diff options
| author | adamelmore <[email protected]> | 2026-01-26 15:34:59 -0600 |
|---|---|---|
| committer | adamelmore <[email protected]> | 2026-01-26 15:36:59 -0600 |
| commit | ccc7aa49c33dc2247ceee0a51e7816ea5803c404 (patch) | |
| tree | cda50d5e5ef48ef1e49a2bff5f5f5aacb903570b /packages/app/src/i18n | |
| parent | 53ac394c685780985d776c4f861c283714615999 (diff) | |
| download | opencode-ccc7aa49c33dc2247ceee0a51e7816ea5803c404.tar.gz opencode-ccc7aa49c33dc2247ceee0a51e7816ea5803c404.zip | |
wip: highlights
Diffstat (limited to 'packages/app/src/i18n')
| -rw-r--r-- | packages/app/src/i18n/en.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/app/src/i18n/en.ts b/packages/app/src/i18n/en.ts index d368fff33..bca08275f 100644 --- a/packages/app/src/i18n/en.ts +++ b/packages/app/src/i18n/en.ts @@ -525,6 +525,7 @@ export const dict = { "settings.general.section.appearance": "Appearance", "settings.general.section.notifications": "System notifications", + "settings.general.section.updates": "Updates", "settings.general.section.sounds": "Sound effects", "settings.general.row.language.title": "Language", @@ -535,6 +536,9 @@ export const dict = { "settings.general.row.theme.description": "Customise how OpenCode is themed.", "settings.general.row.font.title": "Font", "settings.general.row.font.description": "Customise the mono font used in code blocks", + + "settings.general.row.releaseNotes.title": "Release notes", + "settings.general.row.releaseNotes.description": "Show What's New popups after updates", "font.option.ibmPlexMono": "IBM Plex Mono", "font.option.cascadiaCode": "Cascadia Code", "font.option.firaCode": "Fira Code", |
