feat(i18n): 콘텐츠 상세/댓글 하드코딩 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -32,7 +32,7 @@ struct ContentDetailPreviousNextContentButtonView: View {
|
||||
.multilineTextAlignment(.leading)
|
||||
.lineLimit(2)
|
||||
|
||||
Text("이전화")
|
||||
Text(I18n.ContentDetail.Navigation.previousEpisode)
|
||||
.appFont(size: 13.3, weight: .medium)
|
||||
.foregroundColor(.button)
|
||||
.multilineTextAlignment(.leading)
|
||||
@@ -71,7 +71,7 @@ struct ContentDetailPreviousNextContentButtonView: View {
|
||||
.multilineTextAlignment(.leading)
|
||||
.lineLimit(2)
|
||||
|
||||
Text("다음화")
|
||||
Text(I18n.ContentDetail.Navigation.nextEpisode)
|
||||
.appFont(size: 13.3, weight: .medium)
|
||||
.foregroundColor(.button)
|
||||
.multilineTextAlignment(.leading)
|
||||
|
||||
Reference in New Issue
Block a user