From 20a6bdb55c0f714a4f07353aa21cff87cc482f42 Mon Sep 17 00:00:00 2001 From: Excalidraw Bot <77840495+excalibot@users.noreply.github.com> Date: Wed, 20 Dec 2023 07:13:22 +0100 Subject: [PATCH] New translations en.json (Korean) --- packages/excalidraw/locales/ko-KR.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/excalidraw/locales/ko-KR.json b/packages/excalidraw/locales/ko-KR.json index 9d13aa07a..6ac805a7e 100644 --- a/packages/excalidraw/locales/ko-KR.json +++ b/packages/excalidraw/locales/ko-KR.json @@ -524,12 +524,12 @@ }, "userList": { "search": { - "placeholder": "", - "empty": "" + "placeholder": "빠른 검색", + "empty": "검색된 사용자가 없습니다" }, "hint": { - "text": "", - "followStatus": "" + "text": "유저를 클릭해서 따라가기", + "followStatus": "이 사용자를 따라가고 있습니다" } } }