feat(channel-donation): 채널 후원 기능 추가

This commit is contained in:
2026-02-23 22:46:50 +09:00
parent fa5e65b432
commit 1650ed402c
17 changed files with 890 additions and 2 deletions

View File

@@ -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をシークレット支援しました。"
)
)