From 034838f55e49b23083b9bccb989af91903a1915c Mon Sep 17 00:00:00 2001 From: Dongkyu Kim Date: Thu, 21 Nov 2024 10:27:31 +0900 Subject: [PATCH] =?UTF-8?q?table=20bottom=20border=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?(#290)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/pages/docs/advantages/type-support-table.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/src/pages/docs/advantages/type-support-table.tsx b/docs/src/pages/docs/advantages/type-support-table.tsx index 2c96219a..e5effd9c 100644 --- a/docs/src/pages/docs/advantages/type-support-table.tsx +++ b/docs/src/pages/docs/advantages/type-support-table.tsx @@ -46,6 +46,7 @@ export default function TypeSupportTable({ locale }: TypeSupportTableProps) { JavaScript JavaScript + {isKorean ? 'TypeScript 지원 여부' : 'TypeScript support status'} @@ -61,7 +62,7 @@ export default function TypeSupportTable({ locale }: TypeSupportTableProps) { ⚠️ ({partial}) - + {isKorean ? '강력한 타입 시스템 제공' : 'Provide a strong type system'} @@ -70,7 +71,7 @@ export default function TypeSupportTable({ locale }: TypeSupportTableProps) { ⚠️ ({partial}) - + {isKorean ? '명확한 입력/출력 타입 제공' : 'Offer clear input/output types'} @@ -79,7 +80,7 @@ export default function TypeSupportTable({ locale }: TypeSupportTableProps) { ❌ ({unsupported}) - + {isKorean ? '주기적인 타입 업데이트' : 'Regular type updates'} @@ -88,7 +89,7 @@ export default function TypeSupportTable({ locale }: TypeSupportTableProps) { ❌ ({unsupported}) - + {isKorean ? 'IDE 자동 완성 지원' : 'Support IDE auto-completion'}