다이얼로그 문구를 공통 번역으로 제공

콘텐츠, 라이브, 스플래시 화면의 안내 문구를
공통 번역 키로 제공해 지역화 품질을 개선한다
This commit is contained in:
Yu Sung
2025-12-29 16:44:55 +09:00
parent 64bb5668f4
commit 19380ccc70
18 changed files with 224 additions and 90 deletions

View File

@@ -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 = ""