-
Notifications
You must be signed in to change notification settings - Fork 623
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
Translate Ruby 3.4.0 released (de) #3454
Translate Ruby 3.4.0 released (de) #3454
Conversation
@hsbt you merged my PR last year, maybe you're the right person to review? Thank you :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Here some remarks from my side.
|
||
- Keyword-Argumente sind im Index nicht mehr erlaubt. [[Bug #20218]] | ||
|
||
- Der Toplevel-Name `::Ruby` ist jetzt reserviert, und die Definition wird vewarnt, wenn `Warning[:deprecated]` aktiviert ist. [[Feature #20884]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vewarnt
|
||
- Range | ||
|
||
- `Range#size` löst jetzt `TypeError` aus, wenn der Bereich nicht iterierbar ist. [[Misc #18984]] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Range#size löst jetzt einen
TypeError aus
|
||
- Die Darstellung von Hash#inspect wurde geändert. [[Bug #20433]] | ||
|
||
- Symbolschlüssel werden im modernen Symbolschlüssel-Syntax angezeigt: `"{user: 1}"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Symbolschlüssel werden in der
modernen Symbolschlüssel-Syntax angezeigt
|
||
Frohe Weihnachten, schöne Feiertage und viel Spaß beim Programmieren mit Ruby 3.4! | ||
|
||
## Download |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Herunterladen
SHA256: {{ release.sha256.zip }} | ||
SHA512: {{ release.sha512.zip }} | ||
|
||
## What is Ruby |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was ist Ruby?
@bovi Thanks for the review, I fixed all the comments |
@nethad thanks |
Same as last year, I've translated the release announcement into German. Let me know if you have any comments 👍