Merged
Conversation
Contributor
There was a problem hiding this comment.
Greptile Overview
Greptile Summary
Fixed internal documentation links in French translated docs to properly use localized URLs with /l/fr/ prefix.
Changes Made
- Updated 3 internal links in
local-setup.mdxto point to French localized URLs - Updated 1 internal link in
self-hosting/setup.mdxto point to French localized URL - All referenced target files exist and are accessible
Impact
- French-speaking users will now be directed to French translations when clicking internal links instead of English pages
- Improves user experience for non-English documentation readers
- Maintains consistency with the new localized URL structure introduced in PR #15726
Confidence Score: 5/5
- This PR is safe to merge with no risk
- This is a documentation-only change that fixes internal links to use proper localized URLs. All changes are minimal string updates to existing markdown links, all target files exist, and there is no code logic affected. The changes are automatically generated by a GitHub action and follow the established pattern from PR #15726.
- No files require special attention
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| packages/twenty-docs/l/fr/developers/local-setup.mdx | 5/5 | Fixed internal documentation links to use localized French URLs (/l/fr/) instead of English paths |
| packages/twenty-docs/l/fr/developers/self-hosting/setup.mdx | 5/5 | Updated internal link to use localized French URL for docker-compose guide |
Sequence Diagram
sequenceDiagram
participant GHA as GitHub Action
participant Crowdin as Crowdin Translation
participant Repo as Repository
participant Docs as French Docs
Note over GHA,Docs: Documentation Translation Update Flow
GHA->>Crowdin: Fetch latest translations
Crowdin->>GHA: Return translated content
GHA->>Repo: Commit translated docs
GHA->>Docs: Update local-setup.mdx
Note over Docs: Fix link: /developers/self-hosting/setup<br/>to /l/fr/developers/self-hosting/setup
GHA->>Docs: Update local-setup.mdx
Note over Docs: Fix link: /developers/self-hosting/troubleshooting<br/>to /l/fr/developers/self-hosting/troubleshooting
GHA->>Docs: Update setup.mdx
Note over Docs: Fix link: /developers/self-hosting/docker-compose<br/>to /l/fr/developers/self-hosting/docker-compose
Docs->>Repo: All internal links now localized
Note over Repo: French users navigate to French docs
2 files reviewed, no comments
FelixMalfait
approved these changes
Nov 9, 2025
Contributor
Author
LogDetails |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created by Github action