feat(channel): 공유 진입점을 연결한다

This commit is contained in:
Yu Sung
2026-09-15 11:10:34 +09:00
parent fba87f201b
commit dc7a6d083b
4 changed files with 63 additions and 12 deletions
+1
View File
@@ -3474,6 +3474,7 @@ If you block this user, the following features will be restricted.
}
enum CreatorChannelHome {
static var channelShare: String { pick(ko: "채널 공유", en: "Share channel", ja: "チャンネルを共有") }
static var home: String { pick(ko: "", en: "Home", ja: "ホーム") }
static var live: String { pick(ko: "라이브", en: "Live", ja: "ライブ") }
static var currentLive: String { pick(ko: "현재 라이브", en: "Live now", ja: "現在ライブ") }