feat(i18n): 콘텐츠 상세/댓글 하드코딩 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -37,7 +37,7 @@ struct ContentPlaylistItemView: View {
|
||||
.lineLimit(1)
|
||||
}
|
||||
|
||||
Text("총 \(item.contentCount)개")
|
||||
Text(I18n.Content.Playlist.itemCount(item.contentCount))
|
||||
.appFont(size: 12, weight: .medium)
|
||||
.foregroundColor(Color.gray90)
|
||||
.lineLimit(1)
|
||||
|
||||
Reference in New Issue
Block a user