메시지 현지화와 종료 라이브 날짜 추가

문자 메시지 화면에 새 현지화 문구를 추가한다.
This commit is contained in:
Yu Sung
2025-12-19 23:31:14 +09:00
parent dbc4e40904
commit 7307e5b255
6 changed files with 135 additions and 64 deletions

View File

@@ -17,7 +17,7 @@ struct MessageView: View {
Color.black
VStack {
DetailNavigationBar(title: "메시지")
DetailNavigationBar(title: String(localized: "메시지"))
Tab()