From 756d09c7bb76a2e4191fc4074485bb448a251c04 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Wed, 24 May 2023 10:03:29 +0900 Subject: [PATCH] [feat] added missing korean translations --- src/lang/ko.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lang/ko.ts b/src/lang/ko.ts index ddb30983..5b7dbaf0 100644 --- a/src/lang/ko.ts +++ b/src/lang/ko.ts @@ -246,6 +246,9 @@ export const languageKorean = { textScreenBorder: "채팅창 윤곽선", ttsReadOnlyQuoted: "따옴표 안 텍스트만 읽기", ttsStop: "TTS 중지", - askRemoval:"삭제 확인" + askRemoval:"삭제 확인", + replaceGlobalNote: "글로벌 노트 덮어쓰기", + charLoreBook: '캐릭터 로어북', + globalLoreBook: '글로벌 로어북', } \ No newline at end of file