diff options
| author | David Hill <[email protected]> | 2026-03-13 16:31:42 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2026-03-13 16:33:01 +0000 |
| commit | f54abe58cfb5c35cbaaf8497f49435d2180fd0cb (patch) | |
| tree | c3ada54c72563e2497502c38859071a5670e7155 /packages/ui/src/i18n/tr.ts | |
| parent | d954026dd855e018302a6c0733a1dd74140931df (diff) | |
| download | opencode-f54abe58cfb5c35cbaaf8497f49435d2180fd0cb.tar.gz opencode-f54abe58cfb5c35cbaaf8497f49435d2180fd0cb.zip | |
tui: update compaction status message to use Session instead of History across all languages
The compaction message now correctly indicates the current session was compacted rather than the entire history, making it clearer to users which conversation data was optimized.
Diffstat (limited to 'packages/ui/src/i18n/tr.ts')
| -rw-r--r-- | packages/ui/src/i18n/tr.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/i18n/tr.ts b/packages/ui/src/i18n/tr.ts index a17ba331e..e6b50c1c0 100644 --- a/packages/ui/src/i18n/tr.ts +++ b/packages/ui/src/i18n/tr.ts @@ -66,7 +66,7 @@ export const dict = { "ui.sessionTurn.status.consideringNextSteps": "Sonraki adımlar değerlendiriliyor", "ui.messagePart.questions.dismissed": "Sorular reddedildi", - "ui.messagePart.compaction": "Geçmiş sıkıştırıldı", + "ui.messagePart.compaction": "Oturum sıkıştırıldı", "ui.messagePart.context.read.one": "{{count}} okuma", "ui.messagePart.context.read.other": "{{count}} okuma", "ui.messagePart.context.search.one": "{{count}} arama", |
