-
-
Notifications
You must be signed in to change notification settings - Fork 572
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
i18n(tr): update authoring-content.md
#1887
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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
|
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.
Hi @erkanaltinors — this looks fantastic. I can’t review the language in detail as I don’t speak Turkish, but I went through the translation and the English version side by side and everything seems great.
One thing — today we added a small new section to this page about “Details” — https://starlight.astro.build/guides/authoring-content/#details:
starlight/docs/src/content/docs/guides/authoring-content.md
Lines 364 to 387 in 70f12fc
## Details | |
Details (also known as “disclosures” or “accordions”) are useful to hide content that is not immediately relevant. | |
Users can click a short summary to expand and view the full content. | |
Use the standard HTML [`<details>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details) and [`<summary>`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary) elements in your Markdown content to create a disclosure widget. | |
You can nest any other Markdown syntax inside a `<details>` element. | |
<details> | |
<summary>Where and when is the Andromeda constellation most visible?</summary> | |
The [Andromeda constellation](<https://en.wikipedia.org/wiki/Andromeda_(constellation)>) is most visible in the night sky during the month of November at latitudes between `+90°` and `−40°`. | |
</details> | |
```md | |
<details> | |
<summary>Where and when is the Andromeda constellation most visible?</summary> | |
The [Andromeda constellation](<https://en.wikipedia.org/wiki/Andromeda_(constellation)>) is most visible in the night sky during the month of November at latitudes between `+90°` and `−40°`. | |
</details> | |
``` |
Would you be able to also add this to this PR? Sorry I didn’t pay attention that this page was translated otherwise I would have merged this first, so that our translation tracker could follow what was happening.
Hi @delucis , I've added details section. |
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.
Fantastic! Thank you for taking care of that @erkanaltinors 🌟
* main: (45 commits) i18n(tr): add `showcase.mdx` (withastro#1896) [ci] format i18n(zh-cn): Update `authoring-content.md` (withastro#1901) [ci] format [ci] release (withastro#1897) [ci] format i18n(tr): update `authoring-content.md` (withastro#1887) Micro-optimization: clean up `<details>` CSS (withastro#1892) [ci] format i18n(tr): update `components.md` file (withastro#1889) [ci] format i18n(tr): add css-and-tailwind (withastro#1893) [ci] format [ci] release (withastro#1890) Adds custom styles for `<details>` and `<summary>` elements in Markdown content (withastro#1735) Update @astrojs/mdx to v3 (withastro#1846) [ci] format [ci] release (withastro#1869) Add BlueSky social icon (withastro#1871) [ci] format ...
What kind of changes does this PR include?
Updates of Starlight docs site content
Description
This pull request updates translated in Turkish authoring-content.md file in project.