라이브룸 성별 제한 추가
라이브룸 생성/수정 요청에 genderRestriction 필드 추가 라이브룸 상세 응답에 genderRestriction 필드 추가
This commit is contained in:
@@ -1448,6 +1448,11 @@ class SodaMessageSource {
|
||||
)
|
||||
|
||||
private val liveRoomMessages = mapOf(
|
||||
"live.room.gender_restricted" to mapOf(
|
||||
Lang.KO to "입장 가능한 성별이 아닙니다.",
|
||||
Lang.EN to "Your gender is not allowed to enter this room.",
|
||||
Lang.JA to "入場可能な性別ではありません。"
|
||||
),
|
||||
"live.room.max_reservations" to mapOf(
|
||||
Lang.KO to "예약 라이브는 최대 3개까지 가능합니다.",
|
||||
Lang.EN to "You can reserve up to 3 live sessions.",
|
||||
|
||||
Reference in New Issue
Block a user