feat(creator): 답글 상세 컴포넌트를 추가한다

This commit is contained in:
Yu Sung
2026-07-07 15:04:09 +09:00
parent 7b756ae4be
commit e7a011c519
9 changed files with 379 additions and 0 deletions

View File

@@ -3431,6 +3431,13 @@ If you block this user, the following features will be restricted.
}
}
enum CreatorChannelReplyDetail {
static var replyPlaceholder: String {
pick(ko: "답글을 입력하세요", en: "Enter a reply", ja: "返信を入力してください")
}
}
enum CreatorChannelFanTalk {
static var send: String { pick(ko: "보내기", en: "Send", ja: "送信") }
static var exitModalTitle: String { pick(ko: "입력 종료", en: "Discard input", ja: "入力終了") }