diff options
| author | adamelmore <[email protected]> | 2026-01-26 22:58:29 -0600 |
|---|---|---|
| committer | adamelmore <[email protected]> | 2026-01-27 06:29:18 -0600 |
| commit | 58b9b54600f12ba4ec1d80a2d1b7dee3879a0479 (patch) | |
| tree | 797755369dc2d81ff04c32f0d0b4780e2db84d03 /packages/app/src/i18n | |
| parent | c0a5f853497de6778f1430b691e393caa54c59a7 (diff) | |
| download | opencode-58b9b54600f12ba4ec1d80a2d1b7dee3879a0479.tar.gz opencode-58b9b54600f12ba4ec1d80a2d1b7dee3879a0479.zip | |
feat(app): forward and back buttons
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 bca08275f..abbe497dc 100644 --- a/packages/app/src/i18n/en.ts +++ b/packages/app/src/i18n/en.ts @@ -167,6 +167,7 @@ export const dict = { "common.search.placeholder": "Search", "common.goBack": "Go back", + "common.goForward": "Go forward", "common.loading": "Loading", "common.loading.ellipsis": "...", "common.cancel": "Cancel", |
