라이브 전체보기 국제화

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

@@ -43,7 +43,7 @@ struct LiveNowAllItemView: View {
Image("ic_can_white")
}
Text(item.price > 0 ? "\(item.price)" : "무료")
Text(item.price > 0 ? "\(item.price)" : I18n.CreateContent.free)
.appFont(size: 12, weight: .medium)
.foregroundColor(Color.white)
}
@@ -73,7 +73,7 @@ struct LiveNowAllItemView: View {
Spacer()
HStack(spacing: 2) {
Text("잔여")
Text(I18n.LiveNow.remaining)
.appFont(size: 12, weight: .medium)
.foregroundColor(Color.grayee)
@@ -141,7 +141,7 @@ struct LiveNowAllItemView_Previews: PreviewProvider {
coverImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png",
isAdult: true,
price: 20,
tags: ["팬미팅", "힐링"],
tags: ["fanmeeting", "healing"],
channelName: nil,
creatorProfileImage: "https://test-cf.sodalive.net/profile/default-profile.png",
creatorNickname: "user8",