Skip to content
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

[ko] TypedArray.prototype.toSorted() 신규 번역 외 #22332

Merged
merged 3 commits into from
Jul 30, 2024

Conversation

wisedog
Copy link
Contributor

@wisedog wisedog commented Jul 9, 2024

  • TypedArray.prototype.toSorted() 신규 번역
  • Array.prototype.toSorted() 최신화

- TypedArray.prototype.toSorted() 신규 번역
- Array.prototype.toSorted() 최신화
@wisedog wisedog requested a review from a team as a code owner July 9, 2024 13:24
@wisedog wisedog requested review from sunhpark42 and removed request for a team July 9, 2024 13:24
@github-actions github-actions bot added the l10n-ko Issues related to Korean content. label Jul 9, 2024
Copy link
Contributor

github-actions bot commented Jul 9, 2024

Preview URLs

Flaws (1)

Note! 1 document with no flaws that don't need to be listed. 🎉

URL: /ko/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/toSorted
Title: TypedArray.prototype.toSorted()
Flaw count: 1

  • macros:
    • /ko/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/toReversed does not exist but fell back to /en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/toReversed
External URLs (2)

URL: /ko/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/toSorted
Title: TypedArray.prototype.toSorted()


URL: /ko/docs/Web/JavaScript/Reference/Global_Objects/Array/toSorted
Title: Array.prototype.toSorted()

(comment last updated: 2024-07-30 08:49:09)

…sorted/index.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

@sunhpark42 sunhpark42 left a comment

Choose a reason for hiding this comment

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

안녕하세요 @wisedog 님, 오타가 있어 코멘트 남겼습니다. 확인 부탁드립니다.

---

{{JSRef}}

{{jsxref("Array")}}**`toSorted()`** 메서드는 {{jsxref("Array/sort", "sort()")}}에 대응되는 [복사](/ko/docs/Web/JavaScript/Reference/Global_Objects/Array#copying_methods_and_mutating_methods) 메서드입니다. 이 메서드는 요소들을 오름차순으로 정렬한 새로운 배열을 반환합니다.
{{jsxref("Array")}} 인스턴스의 **`toSorted()`** 메서드는 {{jsxref("Array/sort", "sort()")}}에 대응되는 [복사](/ko/docs/Web/JavaScript/Reference/Global_Objects/Array#복사_메서드와_변경_메서드mutating_method) 버전의 메서드입니다. 이 메서드는 요소들을 오름차순으로 정렬한 새로운 배열을 반환합니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
{{jsxref("Array")}} 인스턴스의 **`toSorted()`** 메서드는 {{jsxref("Array/sort", "sort()")}}에 대응되는 [복사](/ko/docs/Web/JavaScript/Reference/Global_Objects/Array#복사_메서드와_변경_메서드mutating_method) 버전의 메서드입니다. 이 메서드는 요소들을 오름차순으로 정렬한 새로운 배열을 반환합니다.
{{jsxref("Array")}} 인스턴스의 **`toSorted()`** 메서드는 {{jsxref("Array/sort", "sort()")}}에 대응되는 [복사](/ko/docs/Web/JavaScript/Reference/Global_Objects/Array#복사_메서드와_변경_메서드) 버전의 메서드입니다. 이 메서드는 요소들을 오름차순으로 정렬한 새로운 배열을 반환합니다.

영문 제거가 안된 것 같습니다. 삭제 부탁드립니다.


### 반환 값

오름 차순으로 정렬된 요소가 있는 새로운 형식화 배열.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
오름 차순으로 정렬된 요소가 있는 새로운 형식화 배열.
오름차순으로 정렬된 요소가 있는 새로운 형식화 배열.

수정 부탁드립니다.

@wisedog wisedog requested a review from sunhpark42 July 30, 2024 08:53
@wisedog
Copy link
Contributor Author

wisedog commented Jul 30, 2024

@sunhpark42 수정 완료했습니다~

Copy link
Contributor

@sunhpark42 sunhpark42 left a comment

Choose a reason for hiding this comment

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

수정사항 확인하여 머지 하겠습니다.
빠른 반영 감사합니다!

@sunhpark42 sunhpark42 merged commit 4bf3307 into mdn:main Jul 30, 2024
7 checks passed
@wisedog wisedog deleted the js/typedarray-tosorted branch July 30, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-ko Issues related to Korean content.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants