feat(creator-community): 커뮤니티 댓글 알림 딥링크에 게시글 식별자를 포함한다
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user