feat(creator): 소개, 활동, SNS 섹션을 연결한다
This commit is contained in:
@@ -3196,6 +3196,26 @@ If you block this user, the following features will be restricted.
|
||||
static func followerCount(_ count: String) -> String {
|
||||
pick(ko: "팔로워 \(count)명", en: "\(count) followers", ja: "フォロワー\(count)人")
|
||||
}
|
||||
|
||||
static func liveCountValue(_ count: String) -> String {
|
||||
pick(ko: "\(count)회", en: "\(count)", ja: "\(count)回")
|
||||
}
|
||||
|
||||
static func liveDurationHoursValue(_ count: String) -> String {
|
||||
pick(ko: "\(count)시간", en: "\(count) hours", ja: "\(count)時間")
|
||||
}
|
||||
|
||||
static func liveContributorCountValue(_ count: String) -> String {
|
||||
pick(ko: "\(count)명", en: "\(count) people", ja: "\(count)人")
|
||||
}
|
||||
|
||||
static func audioContentCountValue(_ count: String) -> String {
|
||||
pick(ko: "\(count)개", en: "\(count)", ja: "\(count)件")
|
||||
}
|
||||
|
||||
static func seriesCountValue(_ count: String) -> String {
|
||||
pick(ko: "\(count)개", en: "\(count)", ja: "\(count)件")
|
||||
}
|
||||
}
|
||||
|
||||
enum HomeRecommendation {
|
||||
|
||||
Reference in New Issue
Block a user