탭 버튼 제목을 현지화한다
This commit is contained in:
@@ -9,7 +9,7 @@ import SwiftUI
|
||||
|
||||
struct TabButton: View {
|
||||
|
||||
let title: String
|
||||
let title: LocalizedStringResource
|
||||
let action: () -> Void
|
||||
let image: () -> String
|
||||
let fontName: () -> String
|
||||
|
||||
Reference in New Issue
Block a user