언어설정 페이지 "적용" 버튼 다국어 적용
This commit is contained in:
@@ -58,7 +58,7 @@ struct LanguageSettingsView: View {
|
||||
Button(action: {
|
||||
Task { await viewModel.applyAndRestart() }
|
||||
}) {
|
||||
Text(String(localized: "적용"))
|
||||
Text("적용")
|
||||
.appFont(size: 16, weight: .bold)
|
||||
.frame(width: cardWidth, height: 50)
|
||||
.background(Color.button)
|
||||
|
||||
Reference in New Issue
Block a user