번역 누락 키 채우고 타이틀 로컬라이즈
This commit is contained in:
@@ -25,7 +25,7 @@ struct DetailNavigationBar: View {
|
||||
.resizable()
|
||||
.frame(width: 20, height: 20)
|
||||
|
||||
Text(title)
|
||||
Text(LocalizedStringResource(stringLiteral: title))
|
||||
.font(.custom(Font.preBold.rawValue, size: 18.3))
|
||||
.foregroundColor(.grayee)
|
||||
.lineLimit(1)
|
||||
|
||||
Reference in New Issue
Block a user