From 1e31f83ff39b895de9772d5f10691f3d832846e3 Mon Sep 17 00:00:00 2001 From: artbiit Date: Fri, 10 Apr 2026 09:40:26 +0900 Subject: [PATCH] fix(i18n): restore missing channelLocked translation key in ko.ts --- src/i18n/locales/ko.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/locales/ko.ts b/src/i18n/locales/ko.ts index e1f60e2..3ae4ac3 100644 --- a/src/i18n/locales/ko.ts +++ b/src/i18n/locales/ko.ts @@ -101,6 +101,7 @@ export const ko: TranslationSchema = { }, responses: { + channelLocked: '채널이 잠겼습니다! 초대된 멤버만 참여할 수 있습니다.', channelUnlocked: '채널 잠금이 해제되었습니다! 누구나 참여할 수 있습니다.', channelRenamed: '채널 이름이 **{{name}}**(으)로 변경되었습니다!', limitSet: '인원 제한이 **{{limit}}**명으로 설정되었습니다!',