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] Intl.DisplayNames.supportedLocalesOf() 신규 번역 외 #22397

Merged
merged 3 commits into from
Jul 30, 2024

Conversation

wisedog
Copy link
Contributor

@wisedog wisedog commented Jul 14, 2024

  • Intl.DisplayNames.supportedLocalesOf() 신규 번역
  • String.prototype.toUpperCase() 최신화

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

github-actions bot commented Jul 14, 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/String/toUpperCase
Title: String.prototype.toUpperCase()
Flaw count: 1

  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

(comment last updated: 2024-07-30 13:22:13)

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 님, 수정사항 확인하였습니다.
리뷰 코멘트로 남겼습니다. 확인 부탁드립니다.


### 반환 값

런타임의 기본 로케일로 되돌아가지 않고 상대 시간 형식으로 지원되는 지정된 로케일 태그의 하위 집합을 나타내는 문자열 배열입니다.
Copy link
Contributor

Choose a reason for hiding this comment

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

원문
An array of strings representing a subset of the given locale tags that are supported in display names without having to fall back to the runtime's default locale.

Suggested change
런타임의 기본 로케일로 되돌아가지 않고 상대 시간 형식으로 지원되는 지정된 로케일 태그의 하위 집합을 나타내는 문자열 배열입니다.
런타임의 기본 로케일로 되돌아가지 않고 표시 이름으로 지원되는 지정된 로케일 태그의 하위 집합을 나타내는 문자열 배열입니다.

상대시간이 "표시 이름" 으로 변경되어야 할 것 같아요. 원문상 상대라는 의미가 없어 그대로 번역되어야 할 것 같습니다.


### supportedLocalesOf() 사용하기

인도네시아어와 독일어는 지원하지만 발리어는 표시 이름을 지원하지 않는 런타임을 가정해보겠습니다. `supportedLocalesOf`는 인도네시아어와 독일어 언어 태그를 변경 없이 반환하지만 `pinyin` 콜레이션은 상대 시간 형식과 관련이 없거나 인도네시아어와 함께 사용되지 않으며 인도네시아에 특화된 독일어는 지원되지 않을 가능성이 높습니다. 여기서 `"lookup"` 알고리즘의 명세에 유의하세요. 대부분의 발리어 사용자도 인도네시아어를 이해하므로 `"best fit"` 일치기는 발리어가 인도네시아어와 적절히 일치한다고 판단하여 발리어어 태그도 반환할 수 있습니다.
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
인도네시아어와 독일어는 지원하지만 발리어는 표시 이름을 지원하지 않는 런타임을 가정해보겠습니다. `supportedLocalesOf`는 인도네시아어와 독일어 언어 태그를 변경 없이 반환하지만 `pinyin` 콜레이션은 상대 시간 형식과 관련이 없거나 인도네시아어와 함께 사용되지 않으며 인도네시아에 특화된 독일어는 지원되지 않을 가능성이 높습니다. 여기서 `"lookup"` 알고리즘의 명세에 유의하세요. 대부분의 발리어 사용자도 인도네시아어를 이해하므로 `"best fit"` 일치기는 발리어가 인도네시아어와 적절히 일치한다고 판단하여 발리어어 태그도 반환할 수 있습니다.
인도네시아어와 독일어는 지원하지만 발리어는 표시 이름을 지원하지 않는 런타임을 가정해보겠습니다. `supportedLocalesOf`는 인도네시아어와 독일어 언어 태그를 변경 없이 반환하지만 `pinyin` 콜레이션은 표시 이름과 관련이 없거나 인도네시아어와 함께 사용되지 않으며 인도네시아에 특화된 독일어는 지원되지 않을 가능성이 높습니다. 여기서 `"lookup"` 알고리즘의 명세에 유의하세요. 대부분의 발리어 사용자도 인도네시아어를 이해하므로 `"best fit"` 일치기는 발리어가 인도네시아어와 적절히 일치한다고 판단하여 발리어 태그도 반환할 수 있습니다.

위와 동일 리뷰 및 오타 수정 요청드립니다.

@wisedog
Copy link
Contributor Author

wisedog commented Jul 30, 2024

Intl 네임스페이스 내 다른 기능의 supportedLocalesOf을 여러 개 동시에 하면서 헷갈린것 같습니다. 정말 감사합니다.

@wisedog wisedog requested a review from sunhpark42 July 30, 2024 13:35
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 수정확인했습니다. 반영 감사합니다!

@sunhpark42 sunhpark42 merged commit f773041 into mdn:main Jul 30, 2024
7 checks passed
@wisedog wisedog deleted the js/intl-displaynames-supportedlocalesof branch July 30, 2024 13:41
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