String Catalog가 적용되지 않는 부분을 I18n 파일에 언어별로 하드코딩 하여 보완
This commit is contained in:
@@ -14,7 +14,7 @@ struct HomeLatestContentView: View {
|
||||
let contentList: [AudioContentMainItem]
|
||||
|
||||
let selectTheme: (String) -> Void
|
||||
@State private var selectedTheme = "전체"
|
||||
@State private var selectedTheme = I18n.Category.all
|
||||
|
||||
let rows = [
|
||||
GridItem(.flexible(), alignment: .leading),
|
||||
|
||||
Reference in New Issue
Block a user