로컬라이징 문자열 정비
탭, 상세, 설정 화면 텍스트를 I18n 키로 교체 신규 캐릭터 전체보기 등 문자열 번역을 추가
This commit is contained in:
@@ -20,7 +20,7 @@ struct SettingsView: View {
|
||||
BaseView(isLoading: $viewModel.isLoading) {
|
||||
GeometryReader { geo in
|
||||
VStack(spacing: 0) {
|
||||
DetailNavigationBar(title: "설정")
|
||||
DetailNavigationBar(title: String(localized: "설정"))
|
||||
|
||||
ScrollView(.vertical, showsIndicators: false) {
|
||||
VStack(spacing: 0) {
|
||||
|
||||
Reference in New Issue
Block a user