탭 버튼 제목을 현지화한다

This commit is contained in:
Yu Sung
2025-12-05 15:59:12 +09:00
parent dbf8bc2dd2
commit 3e60a8c340
2 changed files with 49 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ import SwiftUI
struct TabButton: View {
let title: String
let title: LocalizedStringResource
let action: () -> Void
let image: () -> String
let fontName: () -> String