Translate "Ruby 3.5.0 preview1 Released" (ko)#3551
Merged
Conversation
55 tasks
riseshia
commented
Apr 18, 2025
| --- | ||
|
|
||
| {% assign release = site.data.releases | where: "version", "3.5.0-preview1" | first %} | ||
| Ruby {{ release.version }} 릴리스를 알리게 되어 기쁩니다. Ruby 3.5는 유니코드 버전을 15.1.0으로 업데이트했으며, 더 많은 것들이 있습니다. |
| [Feature #21047]: https://bugs.ruby-lang.org/issues/21047 | ||
| [Bug #21049]: https://bugs.ruby-lang.org/issues/21049 | ||
| [Feature #20610]: https://bugs.ruby-lang.org/issues/20610 | ||
| [Feature #19908]: https://bugs.ruby-lang.org/issues/19908 |
Member
Author
There was a problem hiding this comment.
This block doesn't exist on origin, but I'm sure it will be updated soon(or I'll send patch)
Member
There was a problem hiding this comment.
I think we should send a patch for en / ja to make sure.
Member
Author
|
Let me merge this before review. @ruby/www-ruby-lang-org-i18n-ko |
yous
reviewed
Apr 18, 2025
|
|
||
| ## 언어 변경 | ||
|
|
||
| * `**nil`과 비슷하게 `*nil`은 더 이상 `nil.to_a`를 호출하지 않습니다. |
Member
There was a problem hiding this comment.
Suggested change
| * `**nil`과 비슷하게 `*nil`은 더 이상 `nil.to_a`를 호출하지 않습니다. | |
| * `**nil`이 `nil.to_hash`를 호출하지 않는 것과 비슷하게 `*nil`은 더 이상 `nil.to_a`를 호출하지 않습니다. |
|
|
||
| ## 코어 클래스 변경 | ||
|
|
||
| 주의: 눈에 띄는 클래스 변경만을 포함합니다. |
Member
There was a problem hiding this comment.
Suggested change
| 주의: 눈에 띄는 클래스 변경만을 포함합니다. | |
| 주의: 눈에 띄는 코어 클래스 변경만을 포함합니다. |
|
|
||
| * String | ||
|
|
||
| * Unicode 15.1.0 및 이모지 버전 15.1로 업데이트합니다. [[Feature #19908]] |
Member
There was a problem hiding this comment.
Suggested change
| * Unicode 15.1.0 및 이모지 버전 15.1로 업데이트합니다. [[Feature #19908]] | |
| * 유니코드 15.1.0 및 이모지 버전 15.1로 업데이트합니다. [[Feature #19908]] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 #3461
Translation of #3549
Actual diff is ecd115f