fix(chat): DM 푸시 제목 키를 분리한다
This commit is contained in:
@@ -1175,6 +1175,11 @@ class SodaMessageSource {
|
||||
Lang.EN to "You have received a DM from %s.",
|
||||
Lang.JA to "%sからDMが届きました。"
|
||||
),
|
||||
"message.fcm.dm_title" to mapOf(
|
||||
Lang.KO to "DM",
|
||||
Lang.EN to "DM",
|
||||
Lang.JA to "DM"
|
||||
),
|
||||
"message.fcm.voice_received" to mapOf(
|
||||
Lang.KO to "%s님으로 부터 음성메시지가 도착했습니다.",
|
||||
Lang.EN to "You have received a voice message from %s.",
|
||||
|
||||
Reference in New Issue
Block a user