i18n(fr): update how-it-works#252
Conversation
📝 WalkthroughWalkthroughFrench documentation files restructured to replace detailed route and endpoint lists with ReadMore components linking to comprehensive documentation, and removed Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@src/content/docs/fr/how-it-works/index.mdx`:
- Around line 80-82: The ReadMore block contains a broken French link to
/fr/api-docs/auth/ — update the href inside the ReadMore component in
src/content/docs/fr/how-it-works/index.mdx to point to the existing English docs
(/en/api-docs/auth/) or, if the project policy is to wait for translations,
replace the link with a translated notice and remove the broken URL; locate the
ReadMore entry referencing "/fr/api-docs/auth/" and either change the path to
"/en/api-docs/auth/" or swap the link for a short message like "Documentation
disponible en anglais: /en/api-docs/auth/" pending French translation.
In `@src/content/docs/fr/how-it-works/restapi.mdx`:
- Around line 25-27: The French page restapi.mdx currently links to a
non-existent path '/fr/api-docs/rest-api/'; either add the missing French
translation file for the REST API docs or change the link to a valid fallback
(for example '/en/api-docs/rest-api/'); update the anchor text if needed and
ensure the href in restapi.mdx points to the chosen existing file so the link is
not broken.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 4d5b281a-6cb9-4d4f-be50-28df48ee58da
📒 Files selected for processing (3)
src/content/docs/fr/how-it-works/cli.mdxsrc/content/docs/fr/how-it-works/index.mdxsrc/content/docs/fr/how-it-works/restapi.mdx
💤 Files with no reviewable changes (1)
- src/content/docs/fr/how-it-works/cli.mdx
Description
Adds changes from #236 to the French translations in
how-it-works.Summary by CodeRabbit