feat(i18n): 콘텐츠 상세/댓글 하드코딩 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -26,7 +26,11 @@ struct ContentDetailPurchaseButton: View {
|
||||
.foregroundColor(.white)
|
||||
.padding(.leading, 5.3)
|
||||
|
||||
Text(UserDefaults.int(forKey: .userId) == 17958 ? "원으로": "캔으로")
|
||||
Text(
|
||||
UserDefaults.int(forKey: .userId) == 17958 ?
|
||||
I18n.ContentDetail.Purchase.withWon :
|
||||
I18n.ContentDetail.Purchase.withCan
|
||||
)
|
||||
.appFont(size: 12, weight: .light)
|
||||
.foregroundColor(.white)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user