Skip to content

Commit f6e9a08

Browse files
docs: add missing translations in blog/react-19.md (#1267)
# 누락된 번역 수정 [블로그](https://ko.react.dev/blog) > [Reacv v19](https://ko.react.dev/blog/2024/12/05/react-19)의 누락된 번역을 수정하였습니다. ## 필수 확인 사항 - [x] [기여자 행동 강령 규약<sup>Code of Conduct</sup>](https://github.com/reactjs/ko.react.dev/blob/main/CODE_OF_CONDUCT.md) - [x] [기여 가이드라인<sup>Contributing</sup>](https://github.com/reactjs/ko.react.dev/blob/main/CONTRIBUTING.md) - [x] [공통 스타일 가이드<sup>Universal Style Guide</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/universal-style-guide.md) - [x] [번역을 위한 모범 사례<sup>Best Practices for Translation</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/best-practices-for-translation.md) - [x] [번역 용어 정리<sup>Translate Glossary</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/translate-glossary.md) - [x] [`textlint` 가이드<sup>Textlint Guide</sup>](https://github.com/reactjs/ko.react.dev/blob/main/wiki/textlint-guide.md) - [x] [맞춤법 검사<sup>Spelling Check</sup>](https://nara-speller.co.kr/speller/) ## 선택 확인 사항 - [ ] 번역 초안 작성<sup>Draft Translation</sup> - [ ] 리뷰 반영<sup>Resolve Reviews</sup> ## 관련 이슈 closed #1262 Signed-off-by: Yejeong, Ham <[email protected]> Co-authored-by: 루밀LuMir <[email protected]>
1 parent b09d563 commit f6e9a08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/blog/2024/12/05/react-19.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ React will try to recreate this component tree from scratch using the error boun
762762

763763
</ConsoleBlockMulti>
764764

765-
In React 19, we log a single error with all the error information included:
765+
React 19에서는 모든 오류 정보를 하나의 오류 로그로 기록합니다.
766766

767767
<ConsoleBlockMulti>
768768

src/sidebarBlog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"path": "/blog/2025/04/21/react-compiler-rc"
2727
},
2828
{
29-
"title": "Sunsetting Create React App",
29+
"title": "Create React App 지원 종료",
3030
"titleForHomepage": "Sunsetting Create React App",
3131
"icon": "blog",
3232
"date": "February 14, 2025",

0 commit comments

Comments
 (0)