feat(home): 랭킹 API 기반 상태를 추가한다

This commit is contained in:
Yu Sung
2026-06-30 15:06:47 +09:00
parent a8680931fe
commit c4e83c3aef
16 changed files with 864 additions and 6 deletions

View File

@@ -3042,6 +3042,16 @@ If you block this user, the following features will be restricted.
}
}
enum HomeRanking {
static var emptyStateMessage: String {
pick(
ko: "순위 집계 중입니다.\n잠시 후 다시 시도해 주세요.",
en: "Rankings are being calculated.\nPlease try again later.",
ja: "ランキングを集計中です。\nしばらくしてからもう一度お試しください。"
)
}
}
enum HomeRecommendation {
static var activityLive: String {
pick(ko: "라이브", en: "Live", ja: "ライブ")