feat(i18n): 마이페이지 그룹 3~5 하드코딩 문구를 I18n 키로 통일한다

This commit is contained in:
Yu Sung
2026-03-31 23:32:05 +09:00
parent b53614836f
commit 7285c5367d
22 changed files with 423 additions and 111 deletions

View File

@@ -13,13 +13,13 @@ struct OrderListView: View {
var body: some View {
VStack(spacing: 0) {
HStack(spacing: 0) {
Text("콘텐츠 보관함")
Text(I18n.MyPage.OrderList.contentStorageTitle)
.appFont(size: 18, weight: .bold)
.foregroundColor(Color(hex: "eeeeee"))
Spacer()
Text("전체보기")
Text(I18n.Common.viewAll)
.appFont(size: 11, weight: .medium)
.foregroundColor(Color.graybb)
.onTapGesture {