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