feat(fantalk): 쓰기 입력 제한을 적용한다

This commit is contained in:
Yu Sung
2026-08-25 17:36:44 +09:00
parent 425099955b
commit cb3778a76f
5 changed files with 166 additions and 6 deletions

View File

@@ -3551,6 +3551,7 @@ If you block this user, the following features will be restricted.
)
}
static var writeAction: String { pick(ko: "응원남기기", en: "Send a fan letter", ja: "ファンレターを送る") }
static var writePlaceholder: String { pick(ko: "응원 메시지를 입력해 주세요.", en: "Enter a message of support.", ja: "応援メッセージを入力してください。") }
static var send: String { pick(ko: "보내기", en: "Send", ja: "送信") }
static var exitModalTitle: String { pick(ko: "입력 종료", en: "Discard input", ja: "入力終了") }
static var exitModalMessage: String { pick(ko: "입력을 종료할까요?\n지금 나가면 입력한 내용이 저장되지 않아요.", en: "Discard your input?\nIf you leave now, your input will not be saved.", ja: "入力を終了しますか?\n終了すると、入力内容は保存されません。") }