Skip to content

비교 번역 pull 요청합니다. #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Apr 8, 2019

Conversation

keehyun2
Copy link
Contributor

비교 번역 pull 요청합니다.

@Violet-Bora-Lee
Copy link
Member

기현님, 답변이 없으셔서 소중한 커밋을 merge하지 못하고 있네요.
시간 나실때 번역 누락분 추가해주시면 바로 머지하겠습니다 :)

@@ -61,13 +60,12 @@ In the examples above, the comparison `'Z' > 'A'` gets to a result at the first
```smart header="진짜 사전 순서는 아니지만 유니코드 순서입니다."
위에 주어진 비교 알고리즘은 사전이나 전화번호부에서 사용된 알고리즘과 거의 동일하지만 정확하게 동일하지는 않습니다.

예를 들어, 대소문자가 중요합니다. 대문자 `"A"`는 소문자 `"a"`와 같지 않습니다. 어느 것이 더 큽니까? 소문자 `"a"`입니다. 왜? 소문자는 "자바스크립트가 사용하는 내부 인코딩 테이블"(유니 코드)에서 더 큰 인덱스를 갖기 때문입니다. <info:string> 주제에서 이에 대한 자세한 내용과 결과를 살펴 보겠습니다.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 문단은 왜 삭제하신건가요?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

모르고 지운거 같네요... 수정해서 커밋할게요~ ^^

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

제가 리뷰 확인버튼을 안눌러서 오랫동안 메시지가 안갔었네요 ㅠㅠ 제 불찰입니다~
다음에는 주의하도록 할게요 :)

@@ -61,13 +60,12 @@ In the examples above, the comparison `'Z' > 'A'` gets to a result at the first
```smart header="진짜 사전 순서는 아니지만 유니코드 순서입니다."
위에 주어진 비교 알고리즘은 사전이나 전화번호부에서 사용된 알고리즘과 거의 동일하지만 정확하게 동일하지는 않습니다.

예를 들어, 대소문자가 중요합니다. 대문자 `"A"`는 소문자 `"a"`와 같지 않습니다. 어느 것이 더 큽니까? 소문자 `"a"`입니다. 왜? 소문자는 "자바스크립트가 사용하는 내부 인코딩 테이블"(유니 코드)에서 더 큰 인덱스를 갖기 때문입니다. <info:string> 주제에서 이에 대한 자세한 내용과 결과를 살펴 보겠습니다.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

누락된 번역분에 대하여 답변부탁드립니다~

@Violet-Bora-Lee Violet-Bora-Lee merged commit bc07173 into javascript-tutorial:master Apr 8, 2019
@Violet-Bora-Lee
Copy link
Member

squash and merge로 한번에 merge하도록 하겠습니다.
늦게 merge된점 사과드립니다.

번역 꾸준히 하면서 함께 js실력 키워나갔으면 좋겠습니다 🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants