Merged
Conversation
Contributor
Greptile OverviewGreptile SummaryThis PR adds translations for junction relation (many-to-many) documentation across five languages: Arabic (ar), Czech (cs), German (de), Romanian (ro), and Turkish (tr). Changes:
Issues Found:
Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant GHA as GitHub Actions
participant Crowdin as Crowdin Platform
participant Repo as Repository
participant Docs as Documentation Site
Note over GHA,Crowdin: Automated Translation Workflow
GHA->>Crowdin: Fetch updated translations
Crowdin-->>GHA: Return translated content (5 languages)
GHA->>GHA: Process translations
Note over GHA: ar, cs, de, ro, tr
GHA->>Repo: Create PR with translations
Note over Repo: Update relation-fields.mdx<br/>Add create-many-to-many-relations.mdx
Repo->>Repo: Localize internal links
Note over Repo: /user-guide → /l/{lang}/user-guide
Repo-->>Docs: Deploy translated docs
Note over Docs: Users can access docs<br/>in their language
|
| **Lab Özelliği**: Kesişim ilişkileri, kullanılmadan önce **Settings → Updates → Lab** bölümünde etkinleştirilmelidir. | ||
| </Warning> | ||
|
|
||
| See [How to Create Many-to-Many Relations](/l/tr/user-guide/data-model/how-tos/create-many-to-many-relations) for a complete step-by-step guide. |
Contributor
There was a problem hiding this comment.
The word "See" at the beginning of this line is not translated to Turkish. It should be translated (e.g., "Bkz." or "Bakınız") to maintain consistency with the rest of the Turkish translation.
Suggested change
| See [How to Create Many-to-Many Relations](/l/tr/user-guide/data-model/how-tos/create-many-to-many-relations) for a complete step-by-step guide. | |
| Tam adım adım kılavuz için [Çoktan Çoğa İlişkileri Nasıl Oluşturulur](/l/tr/user-guide/data-model/how-tos/create-many-to-many-relations) bölümüne bakın. |
Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/twenty-docs/l/tr/user-guide/data-model/capabilities/relation-fields.mdx
Line: 50:50
Comment:
The word "See" at the beginning of this line is not translated to Turkish. It should be translated (e.g., "Bkz." or "Bakınız") to maintain consistency with the rest of the Turkish translation.
```suggestion
Tam adım adım kılavuz için [Çoktan Çoğa İlişkileri Nasıl Oluşturulur](/l/tr/user-guide/data-model/how-tos/create-many-to-many-relations) bölümüne bakın.
```
How can I resolve this? If you propose a fix, please make it concise.
Contributor
Author
LogDetails |
abdulrahmancodes
pushed a commit
that referenced
this pull request
Jan 26, 2026
Created by Github action --------- Co-authored-by: github-actions <github-actions@twenty.com>
camilo-agudelo-uma
pushed a commit
to innovation-grupo-uma/twenty-uma
that referenced
this pull request
Feb 2, 2026
Created by Github action --------- Co-authored-by: github-actions <github-actions@twenty.com>
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