feat(i18n): 콘텐츠 모듈 그룹1 하드코딩 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -49,11 +49,11 @@ struct ContentListCategoryView: View {
|
||||
|
||||
ContentListCategoryView(
|
||||
categoryList: [
|
||||
GetCategoryListResponse(categoryId: 0, category: "전체"),
|
||||
GetCategoryListResponse(categoryId: 0, category: I18n.Category.all),
|
||||
GetCategoryListResponse(categoryId: 1, category: "test"),
|
||||
GetCategoryListResponse(categoryId: 0, category: "test2")
|
||||
],
|
||||
selectCategory: { _ in },
|
||||
selectedCategory: .constant("전체")
|
||||
selectedCategory: .constant(I18n.Category.all)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user