i18n(fr): update config-reference#153
Conversation
|
| Name | Link |
|---|---|
| 🔨 Latest commit | 2c621c0 |
WalkthroughThis update simplifies the French configuration documentation by removing detailed sections on Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
src/content/docs/fr/config-reference/features.mdx (1)
262-262: Typographical apostrophe should be typographic “’”, not ASCII'.Replace the straight apostrophe with the French typographic apostrophe to follow the docs’ typography conventions.
-Le fournisseur suivant peut être configuré à partir d'ici : `usernameAndPassword`. +Le fournisseur suivant peut être configuré à partir d’ici : `usernameAndPassword`.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
src/content/docs/fr/config-reference/features.mdx(1 hunks)src/content/docs/fr/config-reference/index.mdx(0 hunks)src/content/docs/fr/config-reference/locale.mdx(0 hunks)
💤 Files with no reviewable changes (2)
- src/content/docs/fr/config-reference/index.mdx
- src/content/docs/fr/config-reference/locale.mdx
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: ArmandPhilippot
PR: withstudiocms/docs#149
File: src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-20.mdx:18-18
Timestamp: 2025-07-24T12:00:35.014Z
Learning: In the withstudiocms/docs repository, while translations should maintain structural parity with English versions, improving readability during translation is acceptable when the original text has clear redundancy or readability issues that would also impact the translation quality. The maintainer ArmandPhilippot confirmed this approach is reasonable when the technical meaning is preserved.
Learnt from: ArmandPhilippot
PR: withstudiocms/docs#149
File: src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-21.mdx:13-15
Timestamp: 2025-07-24T11:57:15.225Z
Learning: In the withstudiocms/docs repository, when reviewing French translation files, maintain consistency with the English version even if it means keeping unused imports. Structural parity between language versions is prioritized over removing unused code.
Learnt from: ArmandPhilippot
PR: withstudiocms/docs#130
File: src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-17.mdx:1-11
Timestamp: 2025-04-26T12:29:17.995Z
Learning: When reviewing translations in the withstudiocms/docs repository, compare with the corresponding English version as the source of truth, not with other files in the same target language. French translations should maintain structural parity with their English counterparts.
📚 Learning: in the withstudiocms/docs repository, documentation urls in the package-catalog may maintain legacy ...
Learnt from: ArmandPhilippot
PR: withstudiocms/docs#140
File: src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-19.mdx:24-24
Timestamp: 2025-07-21T12:16:32.374Z
Learning: In the withstudiocms/docs repository, documentation URLs in the package-catalog may maintain legacy path names for stability and consistency across language versions, even when the actual package names have been updated. Always verify that corresponding files exist before flagging URLs as broken.
Applied to files:
src/content/docs/fr/config-reference/features.mdx
🪛 LanguageTool
src/content/docs/fr/config-reference/features.mdx
[typographical] ~262-~262: Caractère d’apostrophe incorrect.
Context: ...nt peut être configuré à partir d'ici : usernameAndPassword. #### Utilisation ```ts twoslash {4-9...
(APOS_INCORRECT)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: Run Starlight Link Check
🔇 Additional comments (1)
src/content/docs/fr/config-reference/features.mdx (1)
266-278: Verify property names in the providers example.The example mixes the flag (
usernameAndPassword) and its config object (usernameAndPasswordConfig) as sibling keys.
Double-check that this structure still matches the latest TypeScript schema exposed bydefineStudioCMSConfig; if the config object is now expected to be nested or renamed (e.g.usernameAndPassword: { allowUserRegistration: true }), the doc will mislead integrators.
Description
Adds changes from #150 and #151 to the French translations in
config-reference.Summary by CodeRabbit
pageTypeOptionsand rendering engines from the French documentation.usernameAndPassword.