i18n(fr): update docs for beta.27#166
Conversation
✅ Deploy Preview for studiocms-dev-docs ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
📝 WalkthroughWalkthroughRemoves a frontmatter badge from the French 0.1.0-beta.26 upgrade guide, adds a new French 0.1.0-beta.27 upgrade guide with frontmatter and content using internal components, and updates a French “how it works” doc to remove an unused import from an example. Changes
Sequence Diagram(s)Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
Tip 👮 Agentic pre-merge checks are now available in preview!Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.
Please see the documentation for more information. Example: reviews:
pre_merge_checks:
custom_checks:
- name: "Undocumented Breaking Changes"
mode: "warning"
instructions: |
Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).Please share your feedback with us on this Discord post. 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. Comment |
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 (2)
src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-27.mdx (2)
4-4: Include the full version string in the description.Minor consistency fix with title/label and EN versioning.
-description: Mettre à niveau StudioCMS vers la version Beta.27 +description: Mettre à niveau StudioCMS vers la version 0.1.0-beta.27
21-24: Wording/terminology nit (optional).If you want slightly tighter phrasing: “Refactorise la CLI pour utiliser le module Clack d’Effect depuis
@withstudiocms/effect.” Current text is fine if mirroring EN.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-26.mdx(0 hunks)src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-27.mdx(1 hunks)src/content/docs/fr/how-it-works/effect.mdx(1 hunks)
💤 Files with no reviewable changes (1)
- src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-26.mdx
🧰 Additional context used
🧠 Learnings (1)
📓 Common learnings
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.
⏰ 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). (4)
- GitHub Check: Run Starlight Link Check
- GitHub Check: Redirect rules - studiocms-dev-docs
- GitHub Check: Header rules - studiocms-dev-docs
- GitHub Check: Pages changed - studiocms-dev-docs
🔇 Additional comments (4)
src/content/docs/fr/how-it-works/effect.mdx (1)
28-29: Import list matches intended cleanup (sanserrorTap)—please confirm parity with EN and exports.Looks good. Quick check: ensure the EN page shows the same four imports and that
studiocms/effectactually exposes all four today. If both are true, we’re aligned; no further action.Based on learnings
src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-27.mdx (3)
13-16: Aside is imported but unused—keep only if needed for parity with EN.Given our translation policy, retain it if the EN page imports it too; otherwise remove.
Based on learnings
17-17: Confirm QuickUpdate usage matches EN layout.If EN renders in the same position, we’re good; if not, align placement for structural parity.
Based on learnings
27-30: Great clarity on bug fixes.The explanations are precise and idiomatic (guillemets, espaces insécables OK). No changes requested.
Description
Adds changes from #165 to the French translation of the docs:
how-it-works/effectSummary by CodeRabbit