From c4c79a3974f3e54619a32aa700c4a4ae2092cc31 Mon Sep 17 00:00:00 2001 From: Jay Sheen Date: Fri, 31 Oct 2025 16:34:46 +0900 Subject: [PATCH] Add missing Korean translations for common keys MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added missing Korean translation keys in ko.json common section: - selectEmailAddress: 이메일 주소 선택 - imageSave: 이미지로 저장 - receiveByEmail: 이메일로 받기 - mail: 메일 - image: 이미지 - request: 요청 - imageRequested: 이미지가 요청되었습니다. - selectDownloadMethod: 다운로드 방법 선택 - filter: 필터 - download: 다운로드 - searchOptions: 검색 옵션 - requestDate: 요청일 - failed: 실패 - clear: 지우기 - currency.krw: 원 These keys are used by email-bottom-sheet and other common components. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/locales/ko.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/locales/ko.json b/src/locales/ko.json index 63db7b4..ca5e3be 100644 --- a/src/locales/ko.json +++ b/src/locales/ko.json @@ -27,7 +27,24 @@ "fri": "금", "sat": "토" }, - "currencyUnit": "원" + "currencyUnit": "원", + "selectEmailAddress": "이메일 주소 선택", + "imageSave": "이미지로 저장", + "receiveByEmail": "이메일로 받기", + "mail": "메일", + "image": "이미지", + "request": "요청", + "imageRequested": "이미지가 요청되었습니다.", + "selectDownloadMethod": "다운로드 방법 선택", + "filter": "필터", + "download": "다운로드", + "searchOptions": "검색 옵션", + "requestDate": "요청일", + "failed": "실패", + "clear": "지우기", + "currency": { + "krw": "원" + } }, "menu": { "home": "홈",