feat(creator): 커뮤니티 탭을 추가한다
This commit is contained in:
@@ -3276,6 +3276,19 @@ If you block this user, the following features will be restricted.
|
||||
}
|
||||
}
|
||||
|
||||
enum CreatorChannelCommunity {
|
||||
static var totalLabel: String { pick(ko: "전체", en: "Total", ja: "全体") }
|
||||
static var listView: String { pick(ko: "리스트형", en: "List", ja: "リスト型") }
|
||||
static var thumbnailView: String { pick(ko: "썸네일형", en: "Thumbnail", ja: "サムネイル型") }
|
||||
static var communityEmpty: String {
|
||||
pick(
|
||||
ko: "크리에이터가 커뮤니티를 준비 중입니다.\n기대해 주세요!",
|
||||
en: "The creator is preparing the community.\nPlease look forward to it!",
|
||||
ja: "クリエイターがコミュニティを準備中です。\nお楽しみに!"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
enum HomeRecommendation {
|
||||
static var activityLive: String {
|
||||
pick(ko: "라이브", en: "Live", ja: "ライブ")
|
||||
|
||||
Reference in New Issue
Block a user