다국어 문자열과 카운트 노출을 정비

This commit is contained in:
Yu Sung
2025-12-17 15:15:08 +09:00
parent 619870e1de
commit fa163ec83d
11 changed files with 156 additions and 127 deletions

View File

@@ -22,7 +22,7 @@ struct FollowerListView: View {
var body: some View {
BaseView(isLoading: $viewModel.isLoading) {
VStack(spacing: 0) {
DetailNavigationBar(title: "팔로워 리스트")
DetailNavigationBar(title: String(localized: "팔로워 리스트"))
HStack(spacing: 4) {
Text("전체")