diff options
| author | Daniel Polito <[email protected]> | 2026-02-06 18:01:40 -0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-06 15:01:40 -0600 |
| commit | 71930621fdfeb8f3d2b3baf956cd690cd699101a (patch) | |
| tree | cc0efcf10e88751215ddaaa401f7677070a86f0d /packages/ui/src/i18n/ko.ts | |
| parent | 288a49165138cbe8071d7f65bdc37a1d627d4d2e (diff) | |
| download | opencode-71930621fdfeb8f3d2b3baf956cd690cd699101a.tar.gz opencode-71930621fdfeb8f3d2b3baf956cd690cd699101a.zip | |
feat(desktop): Session Review Images (#12360)
Diffstat (limited to 'packages/ui/src/i18n/ko.ts')
| -rw-r--r-- | packages/ui/src/i18n/ko.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ui/src/i18n/ko.ts b/packages/ui/src/i18n/ko.ts index 9fb120b5e..d2203aad1 100644 --- a/packages/ui/src/i18n/ko.ts +++ b/packages/ui/src/i18n/ko.ts @@ -8,6 +8,7 @@ export const dict = { "ui.sessionReview.change.added": "추가됨", "ui.sessionReview.change.removed": "삭제됨", + "ui.sessionReview.change.modified": "수정됨", "ui.lineComment.label.prefix": "", "ui.lineComment.label.suffix": "에 댓글 달기", "ui.lineComment.editorLabel.prefix": "", |
