feat(main): 라이브 전체 진입을 추가한다

This commit is contained in:
Yu Sung
2026-07-22 15:47:52 +09:00
parent 70af4923c6
commit a0db58e53f
6 changed files with 44 additions and 4 deletions

View File

@@ -3546,6 +3546,10 @@ If you block this user, the following features will be restricted.
pick(ko: "현재 라이브", en: "Live now", ja: "現在ライブ")
}
static var liveAll: String {
pick(ko: "전체", en: "All", ja: "すべて")
}
static var activeCreatorSectionTitle: String {
pick(ko: "방금 활동한 크리에이터", en: "Recently active creators", ja: "最近活動したクリエイター")
}