콘텐츠 전체 문자열 번역 추가

This commit is contained in:
Yu Sung
2025-12-17 14:27:25 +09:00
parent ad9f26c8a0
commit 619870e1de
4 changed files with 176 additions and 128 deletions

View File

@@ -18,7 +18,7 @@ struct ContentAllView: View {
NavigationView {
BaseView(isLoading: $viewModel.isLoading) {
VStack(spacing: 0) {
DetailNavigationBar(title: isFree ? "무료 콘텐츠 전체" : isPointAvailableOnly ? "포인트 대여 전체" : "콘텐츠 전체")
DetailNavigationBar(title: isFree ? String(localized: "무료 콘텐츠 전체") : isPointAvailableOnly ? String(localized: "포인트 대여 전체") : String(localized: "콘텐츠 전체"))
if !viewModel.themeList.isEmpty {
ContentMainContentThemeView(