Merged
Conversation
Contributor
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
Contributor
There was a problem hiding this comment.
2 issues found across 10 files
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="packages/twenty-docs/l/ar/twenty-ui/navigation/step-bar.mdx">
<violation number="1" location="packages/twenty-docs/l/ar/twenty-ui/navigation/step-bar.mdx:32">
P2: Keep API identifiers untranslated. The StepBar component still expects the `activeStep` prop, so the table should list that exact name instead of translating it to Arabic.</violation>
</file>
<file name="packages/twenty-docs/l/ar/twenty-ui/input/radio.mdx">
<violation number="1" location="packages/twenty-docs/l/ar/twenty-ui/input/radio.mdx:40">
P2: The Radio usage example now includes an extraneous `},{` line, resulting in invalid JavaScript in the documentation snippet.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| | activeStep | رقم | مؤشر للخطوة النشطة حاليًا. هذا يحدد أي خطوة يجب إبرازها بشكل مرئي | | ||
| | المحددات | النوع | الوصف | | ||
| | ------------- | ----- | ----------------------------------------------------------------- | | ||
| | الخطوة النشطة | رقم | مؤشر للخطوة النشطة حاليًا. هذا يحدد أي خطوة يجب إبرازها بشكل مرئي | |
Contributor
There was a problem hiding this comment.
P2: Keep API identifiers untranslated. The StepBar component still expects the activeStep prop, so the table should list that exact name instead of translating it to Arabic.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/twenty-docs/l/ar/twenty-ui/navigation/step-bar.mdx, line 32:
<comment>Keep API identifiers untranslated. The StepBar component still expects the `activeStep` prop, so the table should list that exact name instead of translating it to Arabic.</comment>
<file context>
@@ -27,8 +27,8 @@ image: /images/user-guide/api/api.png
- | activeStep | رقم | مؤشر للخطوة النشطة حاليًا. هذا يحدد أي خطوة يجب إبرازها بشكل مرئي |
+ | المحددات | النوع | الوصف |
+ | ------------- | ----- | ----------------------------------------------------------------- |
+ | الخطوة النشطة | رقم | مؤشر للخطوة النشطة حاليًا. هذا يحدد أي خطوة يجب إبرازها بشكل مرئي |
</Tab>
</Tabs>
</file context>
Suggested change
| | الخطوة النشطة | رقم | مؤشر للخطوة النشطة حاليًا. هذا يحدد أي خطوة يجب إبرازها بشكل مرئي | | |
| | activeStep | رقم | مؤشر للخطوة النشطة حاليًا. هذا يحدد أي خطوة يجب إبرازها بشكل مرئي | |
| ); | ||
| }; | ||
|
|
||
| },{ |
Contributor
There was a problem hiding this comment.
P2: The Radio usage example now includes an extraneous },{ line, resulting in invalid JavaScript in the documentation snippet.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/twenty-docs/l/ar/twenty-ui/input/radio.mdx, line 40:
<comment>The Radio usage example now includes an extraneous `},{` line, resulting in invalid JavaScript in the documentation snippet.</comment>
<file context>
@@ -37,22 +37,22 @@ image: /images/user-guide/create-workspace/workspace-cover.png
);
};
-
+ },{
```
</Tab>
</file context>
Suggested change
| },{ | |
charlesBochet
approved these changes
Jan 14, 2026
Contributor
Author
LogDetails |
lucasbordeau
pushed a commit
to vasu1303/twenty
that referenced
this pull request
Jan 21, 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