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'}