feat(creator): 소개, 활동, SNS 섹션을 연결한다

This commit is contained in:
Yu Sung
2026-07-03 17:23:09 +09:00
parent 4214829a20
commit 3f24788c29
7 changed files with 244 additions and 3 deletions

View File

@@ -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 {