feat(creator): 라이브 탭 화면을 추가한다
This commit is contained in:
@@ -3164,6 +3164,7 @@ If you block this user, the following features will be restricted.
|
||||
|
||||
enum CreatorChannelLive {
|
||||
static var totalLabel: String { pick(ko: "전체", en: "Total", ja: "全体") }
|
||||
static var startLive: String { pick(ko: "라이브 시작하기", en: "Start live", ja: "ライブを開始") }
|
||||
enum Sort {
|
||||
static var latest: String { pick(ko: "최신순", en: "Latest", ja: "最新順") }
|
||||
static var popular: String { pick(ko: "인기순", en: "Popular", ja: "人気順") }
|
||||
|
||||
Reference in New Issue
Block a user