fix(creator): 팬Talk 액션 팝업을 정리한다

This commit is contained in:
Yu Sung
2026-07-07 15:44:45 +09:00
parent 75aa99768e
commit f2d589eca2
8 changed files with 170 additions and 78 deletions

View File

@@ -3608,6 +3608,14 @@ If you block this user, the following features will be restricted.
pick(ko: "수정", en: "Edit", ja: "編集")
}
static var editAction: String {
pick(ko: "수정하기", en: "Edit", ja: "編集する")
}
static var deleteAction: String {
pick(ko: "삭제하기", en: "Delete", ja: "削除する")
}
static var report: String {
pick(ko: "신고", en: "Report", ja: "通報")
}