From 9bd4825b3db001f594849ecd109080dc6c64dafd Mon Sep 17 00:00:00 2001 From: Seoyoung Date: Tue, 29 Oct 2024 22:38:46 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EB=94=B0=EC=98=B4=ED=91=9C=20=EB=B9=8C?= =?UTF-8?q?=EB=93=9C=20=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Header/Header.tsx | 2 +- src/components/locale.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/Header/Header.tsx b/src/components/Header/Header.tsx index d5df0aad..39c4d866 100644 --- a/src/components/Header/Header.tsx +++ b/src/components/Header/Header.tsx @@ -20,7 +20,7 @@ function Header({ title, left, leftClick, right }: HeaderProps) {

{title}

diff --git a/src/components/locale.ts b/src/components/locale.ts index e93d8b9c..8b02fb95 100644 --- a/src/components/locale.ts +++ b/src/components/locale.ts @@ -31,6 +31,7 @@ export const commonLocale: Record = { start: '시작하기', cancel: '취소', back: '뒤로가기', + close: '닫기', noDataImage: '데이터 없을 때 이미지', imageDescription: '이미지 설명', notSupportedPlatform: '지원하지 않는 플랫폼입니다.', @@ -68,6 +69,7 @@ export const commonLocale: Record = { start: 'Getting started', cancel: 'Cancel', back: 'Back', + close: 'Close', noDataImage: 'Image displayed when there is no data', imageDescription: 'Image description', notSupportedPlatform: 'This platform is not supported.',