From 8bfc9ae6ab0d4433e400272ea40986debb8b5ce3 Mon Sep 17 00:00:00 2001 From: Jay Sheen Date: Mon, 3 Nov 2025 16:20:27 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=ED=86=B5=20=EB=B2=88=EC=97=AD=20?= =?UTF-8?q?=ED=82=A4=20=EC=B6=94=EA=B0=80:=20email,=20kakao?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - common.email 키 추가 (이메일 / Email) - common.kakao 키 추가 (카카오 / Kakao) - 링크결제 Step1 및 필터에서 사용하는 누락된 키 보완 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/locales/en.json | 2 ++ src/locales/ko.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/locales/en.json b/src/locales/en.json index 0acf8f1..d0b3259 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -47,6 +47,8 @@ "requestSuccess": "Request successful", "requestFailed": "Request failed", "errorOccurred": "An error occurred", + "email": "Email", + "kakao": "Kakao", "currency": { "krw": "KRW" } diff --git a/src/locales/ko.json b/src/locales/ko.json index 1aa25d0..b237ee8 100644 --- a/src/locales/ko.json +++ b/src/locales/ko.json @@ -47,6 +47,8 @@ "requestSuccess": "요청 성공", "requestFailed": "요청 실패", "errorOccurred": "오류가 발생했습니다", + "email": "이메일", + "kakao": "카카오", "currency": { "krw": "원" }