로컬라이징 문자열 정비
탭, 상세, 설정 화면 텍스트를 I18n 키로 교체 신규 캐릭터 전체보기 등 문자열 번역을 추가
This commit is contained in:
@@ -53,7 +53,7 @@ struct OriginalWorkDetailView: View {
|
||||
|
||||
HStack(spacing: 0) {
|
||||
SeriesDetailTabView(
|
||||
title: "캐릭터",
|
||||
title: I18n.Tab.character,
|
||||
width: screenSize().width / 2,
|
||||
isSelected: viewModel.currentTab == .character
|
||||
) {
|
||||
@@ -63,7 +63,7 @@ struct OriginalWorkDetailView: View {
|
||||
}
|
||||
|
||||
SeriesDetailTabView(
|
||||
title: "작품정보",
|
||||
title: I18n.Tab.workInfo,
|
||||
width: screenSize().width / 2,
|
||||
isSelected: viewModel.currentTab == .info
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user