쿠폰 및 공지 화면 다국어 적용

This commit is contained in:
Yu Sung
2025-12-19 19:20:28 +09:00
parent ee4b7c9a79
commit a406935e4f
6 changed files with 222 additions and 68 deletions

View File

@@ -15,7 +15,7 @@ struct NoticeDetailView: View {
var body: some View {
BaseView {
VStack(spacing: 0) {
DetailNavigationBar(title: "공지사항 상세")
DetailNavigationBar(title: String(localized: "공지사항 상세"))
VStack(alignment: .leading, spacing: 6.7) {
Text(notice.title)