Skip to content

Commit 49bfb13

Browse files
ho8aelumirlumir
andauthored
docs: translate banner to Korean (#1254)
<!-- PR을 보내주셔서 감사합니다! 여러분과 같은 기여자들이 React를 더욱 멋지게 만듭니다! 기존 이슈와 관련된 PR이라면, 아래에 이슈 번호를 추가해주세요. --> # React Conf 배너 한국어 번역 추가 ## 변경 사항 - "Join us for React Conf on Oct 7-8. Learn more." → "10월 7-8일 React Conf에 함께하세요. 더 알아보기." ## 번역 방향 - 자연스러운 한국어 표현 사용 - 간결하고 명확한 문구로 번역 ## 필수 확인 사항 - [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> --------- Co-authored-by: 루밀LuMir <[email protected]>
1 parent e387e34 commit 49bfb13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/SocialBanner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import {useRef, useEffect} from 'react';
77
import cn from 'classnames';
88
import {ExternalLink} from './ExternalLink';
99

10-
const bannerText = 'Join us for React Conf on Oct 7-8.';
10+
const bannerText = '10월 7-8일 React Conf에 함께하세요.';
1111
const bannerLink = 'https://conf.react.dev/';
12-
const bannerLinkText = 'Learn more.';
12+
const bannerLinkText = '더 알아보기.';
1313

1414
export default function SocialBanner() {
1515
const ref = useRef<HTMLDivElement | null>(null);

0 commit comments

Comments
 (0)