i18n(fr): update files for beta 24#159
Conversation
WalkthroughFrench docs cleanup removes sidebar.badge frontmatter across multiple pages, updates a badge on the WYSIWYG plugin page, adds a new upgrade guide for 0.1.0-beta.24, and updates an SDK code snippet to include PLUGINS and MIDDLEWARES. No runtime code changes; all edits are documentation. Changes
Sequence Diagram(s)sequenceDiagram
participant Dev as Developer
participant SDK as SDKCoreJs
participant DB as AstroDB
participant Ext as Extensions/Plugins
participant MW as Middlewares
Dev->>SDK: INIT / AUTH
SDK->>DB: Connect / ensure schema
Dev->>SDK: Use PLUGINS registry
SDK->>Ext: Load plugin data (StudioCMSPluginData)
Dev->>SDK: Register MIDDLEWARES
SDK->>MW: Ensure cache initialized
Dev->>SDK: GET/POST/UPDATE
SDK->>DB: Read/Write with middleware applied
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Tip 🔌 Remote MCP (Model Context Protocol) integration is now available!Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats. ✨ 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/Issue comments)Type 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
|
✅ 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. |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (2)
src/content/docs/fr/how-it-works/sdk.mdx (1)
63-65: Expose PLUGINS and MIDDLEWARES: OK; consider adding a brief description.The added exports are reflected correctly in the snippet. To make this more actionable for readers, consider adding a one-liner for each right after the code block to explain when to use them (optional).
Would you like me to draft a short explanatory paragraph for PLUGINS (registry and lifecycle) and MIDDLEWARES (SDK pipeline hooks)?
src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-24.mdx (1)
21-22: French phrasing nit: “utilitaires du SDK”.Minor grammar tweak for natural French.
Apply this diff:
- - Ajout d’une nouvelle table `StudioCMSPluginData` dans AstroDB pour une utilisation par les modules d’extension de StudioCMS, ainsi que de nouveaux utilitaires de SDK pour les modules d’extension permettant de définir les types des tables dynamiquement. + - Ajout d’une nouvelle table `StudioCMSPluginData` dans AstroDB pour une utilisation par les modules d’extension de StudioCMS, ainsi que de nouveaux utilitaires du SDK pour les modules d’extension permettant de définir les types des tables dynamiquement.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
💡 Knowledge Base configuration:
- MCP integration is disabled by default for public repositories
- Jira integration is disabled by default for public repositories
- Linear integration is disabled by default for public repositories
You can enable these sources in your CodeRabbit configuration.
📒 Files selected for processing (9)
src/content/docs/fr/config-reference/features.mdx(0 hunks)src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-23.mdx(0 hunks)src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-24.mdx(1 hunks)src/content/docs/fr/how-it-works/index.mdx(0 hunks)src/content/docs/fr/how-it-works/sdk.mdx(1 hunks)src/content/docs/fr/package-catalog/studiocms-plugins/studiocms-wysiwyg.mdx(1 hunks)src/content/docs/fr/plugins/index.mdx(0 hunks)src/content/docs/fr/start-here/getting-started.mdx(0 hunks)src/content/docs/fr/utils/rendering.mdx(0 hunks)
💤 Files with no reviewable changes (6)
- src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-23.mdx
- src/content/docs/fr/plugins/index.mdx
- src/content/docs/fr/how-it-works/index.mdx
- src/content/docs/fr/start-here/getting-started.mdx
- src/content/docs/fr/config-reference/features.mdx
- src/content/docs/fr/utils/rendering.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.
🪛 LanguageTool
src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-24.mdx
[typographical] ~29-~29: Caractère d’apostrophe incorrect.
Context: ...ons de bugs - Exportation ajoutée pour component-registry/types. - Widget user-quick-tools optimisé. ...
(APOS_INCORRECT)
[uncategorized] ~30-~30: Le trait d’union doit être supprimé.
Context: ...ur component-registry/types. - Widget user-quick-tools optimisé. - Introduction d’un no...
(MOT_TRAIT_MOT)
⏰ 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: Redirect rules - studiocms-dev-docs
- GitHub Check: Header rules - studiocms-dev-docs
- GitHub Check: Pages changed - studiocms-dev-docs
- GitHub Check: Run Starlight Link Check
🔇 Additional comments (5)
src/content/docs/fr/package-catalog/studiocms-plugins/studiocms-wysiwyg.mdx (1)
9-10: Badge update looks good and matches the PR intent.Switching the badge from “Expérimental/danger” to “Module d’extension/tip” aligns with the cleanup across FR docs and clarifies status.
src/content/docs/fr/how-it-works/sdk.mdx (1)
63-65: Parity confirmed: PLUGINS & MIDDLEWARES are aligned in EN/FR SDK docsBoth
src/content/docs/en/how-it-works/sdk.mdxandsrc/content/docs/fr/how-it-works/sdk.mdxlist PLUGINS and MIDDLEWARES on lines 63–64. No other occurrences of these identifiers were found in any other locale’ssdk.mdxor config-reference pages, so the docs are consistent.src/content/docs/fr/guides/upgrade/version-guides/0-1-0-beta-24.mdx (3)
8-10: Badge copy/style: double-check consistency across FR “version-guides”.“NOUVEAU / success” is fine; confirm it matches the pattern used in other FR upgrade pages for newly added guides.
24-25: Upgrade step is clear and actionable.The guidance to run astro db push --remote prior to the upgrade is prominent and correctly emphasized.
29-33: Keep code identifiers as-is; ignore language-tool hyphen/quote suggestions here.
- “user-quick-tools” is an identifier and should retain hyphens.
- Apostrophes like d’un are typographically correct in this context.
Description
Adds changes from #158 to the French translation:
0-1-0-beta-24.mdxsdk.mdxSummary by CodeRabbit