라이브 전체보기 국제화

This commit is contained in:
Yu Sung
2026-01-23 06:22:23 +09:00
parent fb6b623564
commit aa29acad0e
3 changed files with 14 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ struct LiveNowAllView: View {
BaseView(isLoading: $viewModel.isLoading) {
GeometryReader { proxy in
VStack(spacing: 0) {
DetailNavigationBar(title: "지금 라이브 중 전체보기")
DetailNavigationBar(title: I18n.LiveNow.allTitle)
RefreshableScrollView(
refreshing: $viewModel.isRefresh,