라이브 전체보기 국제화

This commit is contained in:
Yu Sung
2026-01-23 06:22:23 +09:00
parent fb6b623564
commit aa29acad0e
3 changed files with 14 additions and 4 deletions

View File

@@ -730,6 +730,16 @@ enum I18n {
static var participants: String { pick(ko: "참여자", en: "Participants", ja: "リスナー") }
}
enum LiveNow {
static var allTitle: String {
pick(ko: "지금 라이브 중 전체보기", en: "Live Now - All", ja: "ライブ配信中(全て)")
}
static var remaining: String {
pick(ko: "잔여", en: "Remaining", ja: "残り")
}
}
enum LiveCancel {
static var reasonPlaceholder: String {
pick(