다이얼로그 문구를 공통 번역으로 제공
콘텐츠, 라이브, 스플래시 화면의 안내 문구를 공통 번역 키로 제공해 지역화 품질을 개선한다
This commit is contained in:
@@ -278,9 +278,9 @@ struct ContentView: View {
|
||||
|
||||
if isShowDialog {
|
||||
SodaDialog(
|
||||
title: "포인트 지급",
|
||||
title: I18n.Common.pointGrantTitle,
|
||||
desc: message,
|
||||
confirmButtonTitle: "확인"
|
||||
confirmButtonTitle: I18n.Common.confirm
|
||||
) {
|
||||
isShowDialog = false
|
||||
message = ""
|
||||
|
||||
Reference in New Issue
Block a user