feat(content): 랭킹 유형 탭을 추가한다

This commit is contained in:
Yu Sung
2026-07-07 00:38:48 +09:00
parent 9c4c304fc6
commit b33aed94c6
6 changed files with 138 additions and 13 deletions

View File

@@ -3054,6 +3054,30 @@ If you block this user, the following features will be restricted.
pick(ko: "랭킹", en: "Ranking", ja: "ランキング")
}
static var weeklyPopularTabTitle: String {
pick(ko: "주간 인기", en: "Weekly popular", ja: "週間人気")
}
static var risingTabTitle: String {
pick(ko: "지금 뜨는 중", en: "Rising now", ja: "今話題")
}
static var revenueTabTitle: String {
pick(ko: "매출", en: "Revenue", ja: "売上")
}
static var salesCountTabTitle: String {
pick(ko: "판매량", en: "Sales", ja: "販売数")
}
static var commentCountTabTitle: String {
pick(ko: "댓글수", en: "Comments", ja: "コメント数")
}
static var likeCountTabTitle: String {
pick(ko: "좋아요", en: "Likes", ja: "いいね")
}
static var emptyStateMessage: String {
pick(
ko: "랭킹 콘텐츠가 아직 없어요.",