채팅 화면과 비밀번호 재설정 현지화 추가

채팅방 잠금 및 초기화 안내 문구와 설정, 비밀번호 재설정\n제목을 다국어 문자열로 제공한다.
This commit is contained in:
Yu Sung
2025-12-19 22:12:41 +09:00
parent 3220f300b5
commit dbc4e40904
6 changed files with 121 additions and 33 deletions

View File

@@ -17,7 +17,7 @@ struct FindPasswordView: View {
BaseView(isLoading: $viewModel.isLoading) {
GeometryReader { proxy in
VStack(spacing: 0) {
DetailNavigationBar(title: "비밀번호 재설정")
DetailNavigationBar(title: String(localized: "비밀번호 재설정"))
ScrollView(.vertical, showsIndicators: false) {
VStack(spacing: 0) {