i18n(fr): update manual-setup.mdx#3772
Conversation
✅ Deploy Preview for astro-starlight ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
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
|
HiDeoo
left a comment
There was a problem hiding this comment.
Left a tiny question, but otherwise looks perfect to me as usual 🙌
| Starlight est également compatible avec [l'option `legacy.collections`](https://docs.astro.build/fr/reference/legacy-flags/) où les collections sont gérées en utilisant l'implémentation de collections de contenu héritée. | ||
| Celà est utile si vous avez un projet Astro existant et que vous ne pouvez pas apporter de modifications aux collections pour utiliser un chargeur. | ||
| Starlight est également compatible avec [l'option `legacy.collectionsBackwardsCompat`](https://docs.astro.build/fr/reference/legacy-flags/#collectionsbackwardscompat) qui préserve certaines fonctionnalités héritées des collections de contenu de la v4. | ||
| Celà est utile si vous avez un projet Astro existant et que vous ne pouvez pas apporter de modifications aux collections pour le moment afin de migrer vers l'API de couche de contenu introduite dans la v5.0. |
There was a problem hiding this comment.
Q: should we use the same as in Astro Docs, e.g. l’API Content Layer?
There was a problem hiding this comment.
Ah, I thought this was translated everywhere... I probably rushed this translation. Too tiny. 😅
I checked the Astro Docs repo locally, and it seems this is the only page where we use "Content Layer". The other pages (e.g. Content Loader Reference or Content Collections use "couche de contenu"). This is also what the i18n guide suggests.
So, I'd say we keep the translation and I'll update the Astro Docs file to also use the translated version?
There was a problem hiding this comment.
Oh, perfect, ignore me then. I just remembered seeing this translation here and assumed it was the one used everywhere 🙈
There was a problem hiding this comment.
Astro Docs PR ready withastro/docs#13582
I hadn't checked the Starlight repository! So, it seems we have 0 "couche de contenu" and two "Content Layer" in a card on Community content. Well, the card is pretty long already so I don't mind the inconsistency here... But, we could update that if we want. This doesn't seem to make the card bigger on desktop:

Description
Adds changes from #3644 to the French translation of
manual-setup.mdx.