feat(channel-donation): 채널 후원 기능 추가
This commit is contained in:
@@ -1770,6 +1770,16 @@ class SodaMessageSource {
|
||||
Lang.KO to "새 글이 등록되었습니다.",
|
||||
Lang.EN to "A new post has been added.",
|
||||
Lang.JA to "新しい投稿が登録されました。"
|
||||
),
|
||||
"explorer.channel_donation.message.default.public" to mapOf(
|
||||
Lang.KO to "%s캔을 후원하셨습니다.",
|
||||
Lang.EN to "You sponsored %s cans.",
|
||||
Lang.JA to "%sCANを支援しました。"
|
||||
),
|
||||
"explorer.channel_donation.message.default.secret" to mapOf(
|
||||
Lang.KO to "%s캔을 비밀후원하셨습니다.",
|
||||
Lang.EN to "You secretly sponsored %s cans.",
|
||||
Lang.JA to "%sCANをシークレット支援しました。"
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user