번역 누락 키 채우고 타이틀 로컬라이즈

This commit is contained in:
Yu Sung
2025-12-05 21:26:21 +09:00
parent f88926f8a8
commit d5437c03b0
2 changed files with 116 additions and 52 deletions

View File

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