feat(creator-community): 커뮤니티 게시물 고정 기능을 추가한다

This commit is contained in:
2026-03-16 18:07:36 +09:00
parent 5d7bb8590f
commit 3ac6aeaf9d
10 changed files with 163 additions and 8 deletions

View File

@@ -2297,6 +2297,11 @@ class SodaMessageSource {
Lang.EN to "Invalid access.\nPlease check and try again.",
Lang.JA to "不正なアクセスです。\n恐れ入りますが、確認後再度お試しください。"
),
"creator.community.max_fixed_post_count" to mapOf(
Lang.KO to "최대 3개까지 고정 가능합니다.",
Lang.EN to "You can pin up to 3 posts.",
Lang.JA to "固定できる投稿は最大3件までです。"
),
"creator.community.blocked_access" to mapOf(
Lang.KO to "%s님의 요청으로 접근이 제한됩니다.",
Lang.EN to "Access is restricted at %s's request.",