String Catalog가 적용되지 않는 부분을 I18n 파일에 언어별로 하드코딩 하여 보완

This commit is contained in:
Yu Sung
2025-12-17 12:03:32 +09:00
parent da2e8d0209
commit ad9f26c8a0
5 changed files with 198 additions and 124 deletions

View File

@@ -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),