-
-
Notifications
You must be signed in to change notification settings - Fork 5
i18n(fr): update start-here files
#195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i18n(fr): update start-here files
#195
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughFrench start-here documentation files updated: badge metadata removed from configuration and why-studioCMS frontmatter, environment variables reorganized with new libSQL options documented, version references updated in getting-started, and storage API configuration guidance added. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 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)
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@src/content/docs/fr/start-here/getting-started.mdx`:
- Around line 377-424: The French page contains broken links to missing French
docs; update the three link targets in
src/content/docs/fr/start-here/getting-started.mdx so they point to existing
content (either add French translations or change the hrefs to the English
counterparts). Specifically, fix the ReadMore link currently pointing to
"/fr/storage-api/" to "/en/storage-api/", change the ReadMore link to
"/fr/package-catalog#storage-managers" to "/en/package-catalog#storage-managers"
(or to the correct catalog anchor), and update the ReadMore link to
"/fr/package-catalog/storage-managers/s3-storage/#environment-variable-examples"
to
"/en/package-catalog/storage-managers/s3-storage/#environment-variable-examples";
alternatively, if you add translations, create the missing French files
(storage-api and package-catalog/storage-managers/s3-storage) and keep the
original /fr/* paths.
🧹 Nitpick comments (1)
src/content/docs/fr/start-here/environment-variables.mdx (1)
38-44: Add placeholders for sync interval/URL to avoid ambiguity.
The two new commented vars omit any hint of expected format. Adding lightweight placeholders would align with the rest of the block and reduce guesswork.💡 Suggested tweak
-# CMS_LIBSQL_SYNC_INTERVAL= (facultatif) -# CMS_LIBSQL_SYNC_URL= (facultatif) +# CMS_LIBSQL_SYNC_INTERVAL=<number> (facultatif) +# CMS_LIBSQL_SYNC_URL=<url> (facultatif)
dreyfus92
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @ArmandPhilippot 👀
Description
Adds changes from #194 to the French translations in
start-hereand topackage-catalog/index.mdx.Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.