feat(creator): 답글 상세 컴포넌트를 추가한다
This commit is contained in:
@@ -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: "入力終了") }
|
||||
|
||||
Reference in New Issue
Block a user