-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
de(i18n): translate tutorial section 5 #12501
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
base: de/tutorial
Are you sure you want to change the base?
de(i18n): translate tutorial section 5 #12501
Conversation
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
In this PR the German tutorial is bugged. I guess this is because the sections before do not exist here (haven't looking into the processing of the tutorial yet. But I assume this is fixed when all sections are combined in |
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.
I’ve left some review comments on this PR.
Co-authored-by: randomguy-2650 <[email protected]>
Co-authored-by: randomguy-2650 <[email protected]>
Co-authored-by: randomguy-2650 <[email protected]>
Co-authored-by: randomguy-2650 <[email protected]>
Co-authored-by: randomguy-2650 <[email protected]>
Awesome finds @randomguy-2650 🙌 Could you please take a look at https://github.com/withastro/docs/pull/12500/files#r2404391432? |
That symbol I used is just the Unicode character for the non-breaking space instead of the HTML |
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.
I’ve left extra review comments I’ve forgot before.
The reason I know all of these random orthographic rules is due to this absurdly strict style guide I’ve created.
English: https://github.com/placer-toolkit/placer-style-guide/blob/2.x/README.md
Deutsch: https://github.com/placer-toolkit/placer-style-guide/blob/2.x/translations/de/README.de.md
|
||
.tag { | ||
margin: 0.25em; | ||
border: dotted 1px #a1a1a1; |
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.
border: dotted 1px #a1a1a1; | |
border: 1px solid #A1A1A1; |
Same here.
|
||
.tag { | ||
margin: 0.25em; | ||
border: dotted 1px #a1a1a1; |
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.
border: dotted 1px #a1a1a1; | |
border: 1px dotted #A1A1A1; |
See above‐above (if that makes sense).
|
||
.tag { | ||
margin: 0.25em; | ||
border: dotted 1px #a1a1a1; |
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.
border: dotted 1px #a1a1a1; | |
border: 1px dotted #A1A1A1; |
See above.
Co-authored-by: randomguy-2650 <[email protected]>
Co-authored-by: randomguy-2650 <[email protected]>
Co-authored-by: randomguy-2650 <[email protected]>
Co-authored-by: randomguy-2650 <[email protected]>
Co-authored-by: randomguy-2650 <[email protected]>
Co-authored-by: randomguy-2650 <[email protected]>
Co-authored-by: randomguy-2650 <[email protected]>
Thanks for the awesome review again @randomguy-2650 🙌 |
Co-authored-by: randomguy-2650 <[email protected]>
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.
Everyone basically chose “Startseite” in the Discord poll, so I’d update it here.
And I wouldn’t think any other option would get more votes anyways, so I’ll close that poll now.
Co-authored-by: randomguy-2650 <[email protected]>
Description
Translate all pages of section 5 of the Astro Tutorial into German.
Merging into
de/tutorial
and when all tutorial pages are translated, merging this branch intomain
👍Note
Hacktoberfest participation please!
Related PRs