feat(i18n): 콘텐츠 모듈 그룹2 하드코딩 문구를 I18n 키로 통일한다

This commit is contained in:
Yu Sung
2026-04-01 16:08:26 +09:00
parent 49e2487617
commit a90996603b
11 changed files with 184 additions and 80 deletions

View File

@@ -28,7 +28,7 @@ struct SelectDatePicker: View {
.frame(width: proxy.size.width)
Button(action: { self.isShowing = false }) {
Text("확인")
Text(I18n.Common.confirm)
.appFont(size: 16)
.foregroundColor(Color(hex: "eeeeee"))
.padding(.vertical, 10)