From 90e856f937ae25df4fb769efc83175996e096387 Mon Sep 17 00:00:00 2001 From: "Seok Hyun, Ga" <54768060+shga89@users.noreply.github.com> Date: Sat, 5 Dec 2020 21:50:23 +0900 Subject: [PATCH] Update locale.constant-ko_KR.json Comma was missing in line 296. --- ui-ngx/src/assets/locale/locale.constant-ko_KR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/assets/locale/locale.constant-ko_KR.json b/ui-ngx/src/assets/locale/locale.constant-ko_KR.json index c255440ba7..66090425b1 100644 --- a/ui-ngx/src/assets/locale/locale.constant-ko_KR.json +++ b/ui-ngx/src/assets/locale/locale.constant-ko_KR.json @@ -266,7 +266,7 @@ "add-to-dashboard": "대시보드에 추가", "add-widget-to-dashboard": "대시보드에 위젯 추가", "selected-attributes": "{ count, plural, 1 {속성 1개} other {속성 #개} } 선택됨", - "selected-telemetry": "{ count, plural, 1 {최근 데이터 1개} other {최근 데이터 #개} } 선택됨" + "selected-telemetry": "{ count, plural, 1 {최근 데이터 1개} other {최근 데이터 #개} } 선택됨", "no-attributes-text": "아무 속성도 찾을 수 없습니다", "no-telemetry-text": "아무 텔레메트리도 찾을 수 없습니다." },