feat(i18n): 콘텐츠 상세/댓글 하드코딩 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -36,7 +36,7 @@ struct ContentDetailOtherContentView: View {
|
||||
.resizable()
|
||||
.frame(width: 60, height: 60)
|
||||
|
||||
Text("\(title)를 준비중입니다.\n조금만 기다려주세요.")
|
||||
Text(I18n.ContentDetail.OtherContent.preparingMessage(title))
|
||||
.multilineTextAlignment(.center)
|
||||
.appFont(size: 10.7, weight: .medium)
|
||||
.foregroundColor(Color(hex: "bbbbbb"))
|
||||
|
||||
Reference in New Issue
Block a user