Skip to content

i18n(fr): update guides/database/sqld-server.mdx#169

Merged
Adammatthiesen merged 1 commit into
withstudiocms:mainfrom
ArmandPhilippot:i18n/fr-update-database/sqld-server.mdx
Sep 30, 2025
Merged

i18n(fr): update guides/database/sqld-server.mdx#169
Adammatthiesen merged 1 commit into
withstudiocms:mainfrom
ArmandPhilippot:i18n/fr-update-database/sqld-server.mdx

Conversation

@ArmandPhilippot
Copy link
Copy Markdown
Member

@ArmandPhilippot ArmandPhilippot commented Sep 30, 2025

Description

Adds changes from #168 to the French translation of guides/database/sqld-server.

Summary by CodeRabbit

  • Documentation
    • Updated the JWT generation command example to reflect the correct argument order (-e before the key path) for easier copy-paste.
    • Clarified usage notes to prevent confusion when generating tokens.
    • Ensured consistency across guidance without changing any feature behavior.

@ArmandPhilippot ArmandPhilippot requested a review from a team as a code owner September 30, 2025 22:15
@netlify
Copy link
Copy Markdown

netlify Bot commented Sep 30, 2025

Deploy Preview for studiocms-dev-docs ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 35f97cb
🔍 Latest deploy log https://app.netlify.com/projects/studiocms-dev-docs/deploys/68dc5690c70fb600089120c1
😎 Deploy Preview https://deploy-preview-169--studiocms-dev-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Sep 30, 2025

📝 Walkthrough

Walkthrough

Updates a French documentation page to reorder arguments in a sample crypto JWT generation command, moving the key path after the -e flag. No functional behavior or other content is changed.

Changes

Cohort / File(s) Summary
Docs — sqld-server guide (FR)
src/content/docs/fr/guides/database/sqld-server.mdx
Reordered crypto gen-jwt arguments: from crypto gen-jwt "../keys/libsql.pem" -e 31556926 to crypto gen-jwt -e 31556926 "../keys/libsql.pem"; values unchanged.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested labels

i18n

Suggested reviewers

  • dreyfus92
  • Adammatthiesen

Poem

A hop, a skip, a flag goes first,
The key hops last—no bubble burst.
My whiskers twitch at tidy lines,
JWTs align like perfect vines.
Thump-thump! Docs neat as clover dew—
One small shuffle, crisp and true. 🐇✨

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title “i18n(fr): update guides/database/sqld-server.mdx” precisely conveys that this pull request updates the French translation of the specified documentation file, matching the actual changes in the changeset without extraneous detail. It is concise, specific, and directly related to the main purpose of the PR.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between db87086 and 35f97cb.

📒 Files selected for processing (1)
  • src/content/docs/fr/guides/database/sqld-server.mdx (1 hunks)
⏰ 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 (1)
src/content/docs/fr/guides/database/sqld-server.mdx (1)

55-55: Approve: French guide matches English CLI syntax

The -e flag placement and positional key-file argument in sqld-server.mdx now align exactly with the English version and StudioCMS CLI docs.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@studiocms-no-reply
Copy link
Copy Markdown
Member

Lunaria Status Overview

🌕 This pull request will trigger status changes.

Learn more

By default, every PR changing files present in the Lunaria configuration's files property will be considered and trigger status changes accordingly.

You can change this by adding one of the keywords present in the ignoreKeywords property in your Lunaria configuration file in the PR's title (ignoring all files) or by including a tracker directive in the merged commit's description.

Tracked Files

File Note
fr/guides/database/sqld-server.mdx Localization changed, will be marked as complete.
Warnings reference
Icon Description
🔄️ The source for this localization has been updated since the creation of this pull request, make sure all changes in the source have been applied.

@Adammatthiesen Adammatthiesen merged commit 8c9322d into withstudiocms:main Sep 30, 2025
12 checks passed
@ArmandPhilippot ArmandPhilippot deleted the i18n/fr-update-database/sqld-server.mdx branch September 30, 2025 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants