feat(creator-community): 커뮤니티 댓글 알림 딥링크에 게시글 식별자를 포함한다

This commit is contained in:
2026-03-13 18:54:14 +09:00
parent 5b547cb73c
commit b13a9888d4
8 changed files with 252 additions and 9 deletions

View File

@@ -2272,6 +2272,11 @@ class SodaMessageSource {
Lang.EN to "A new post has been added.",
Lang.JA to "新しい投稿が登録されました。"
),
"creator.community.fcm.new_comment" to mapOf(
Lang.KO to "커뮤니티 게시글에 새 댓글이 등록되었습니다.",
Lang.EN to "A new comment has been added to your community post.",
Lang.JA to "コミュニティ投稿に新しいコメントが登録されました。"
),
"creator.community.invalid_request_retry" to mapOf(
Lang.KO to "잘못된 요청입니다.\n다시 시도해 주세요.",
Lang.EN to "Invalid request.\ntry again.",