쿠폰 및 공지 화면 다국어 적용

This commit is contained in:
Yu Sung
2025-12-19 19:20:28 +09:00
parent ee4b7c9a79
commit a406935e4f
6 changed files with 222 additions and 68 deletions

View File

@@ -16,7 +16,7 @@ struct UserProfileDonationAllView: View {
var body: some View {
BaseView(isLoading: $viewModel.isLoading) {
VStack(spacing: 0) {
DetailNavigationBar(title: "후원랭킹 전체보기")
DetailNavigationBar(title: String(localized: "후원랭킹 전체보기"))
if userId == UserDefaults.int(forKey: .userId) {
VStack(spacing: 10.7) {