reactjs / ko.react.dev

React documentation website in Korean
https://ko.react.dev
Creative Commons Attribution 4.0 International
708 stars 429 forks source link

Translate: component titles, descriptions, buttons, tags and more #716

Closed hanseul-lee closed 1 year ago

hanseul-lee commented 1 year ago

Progress

ChangeLog

사이트 내 다양한 컴포넌트에서 사용되는 타이틀, 설명, 버튼명, 태그 등의 번역을 추가하였습니다.

No. Desc Path (src/components) Screenshot
1 이전,다음 버튼 DocsFooter.tsx 이전,다음
2 피드백 Layout/Feedback.tsx 피드백
3 챌린지 MDX/Challenges/Challenge.tsx
MDX/Challenges/Challenges.tsx
챌린지1
챌린지2
4 예제 MDX/Challenges/Challenge.tsx 예제
5 callout 제목

cf. #632
MDX/ExpandableCallout.tsx 주의하세요2중요합니다
6 자세히 보기 버튼 MDX/ExpandableExample.tsx 자세히보기
7 더 배우기 MDX/MDXComponents.tsx 더배우기
8 학습 내용 MDX/MDXComponents.tsx 학습내용이장에서는
9 요약 MDX/Recap.tsx 요약
10 태그 Tag.tsx tag1tag2
github-actions[bot] commented 1 year ago

Size changes

## 📦 Next.js Bundle Analysis for react-dev This analysis was generated by the [Next.js Bundle Analysis action](https://github.com/hashicorp/nextjs-bundle-analysis). 🤖 ### Three Pages Changed Size The following pages changed size from the code in this PR compared to its base branch: Page | Size (compressed) | First Load | |---|---|---| | `/404` | `76.96 KB` _(🟡 +261 B)_ | 180.11 KB | | `/500` | `76.95 KB` _(🟡 +261 B)_ | 180.1 KB | | `/[[...markdownPath]]` | `78.63 KB` _(🟡 +261 B)_ | 181.78 KB |
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 10% or more, there will be a red status indicator applied, indicating that special attention should be given to this.