Conversation
LogDetails |
Greptile OverviewGreptile SummaryAutomated Crowdin translation updates adding Sealos deployment option to cloud-providers documentation across multiple languages, along with minor translation sync changes to several Japanese and Chinese doc files.
Confidence Score: 2/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Crowdin as Crowdin Translation
participant GHA as GitHub Action
participant Docs as twenty-docs/l/*
Crowdin->>GHA: Translation sync triggered
GHA->>Docs: Update cloud-providers.mdx (12 languages)
GHA->>Docs: Update workflow-credits.mdx (fr)
GHA->>Docs: Update work-with-figma.mdx (ja)
GHA->>Docs: Update docker-compose.mdx (ja)
GHA->>Docs: Update customize-your-data-model.mdx (ja)
GHA->>Docs: Update profile-settings.mdx (zh)
Note over Docs: New Sealos section added<br/>to cloud-providers files
|
There was a problem hiding this comment.
Additional Comments (1)
-
packages/twenty-docs/l/zh/user-guide/settings/profile-settings.mdx, line 40-50 (link)syntax: Malformed MDX: There are duplicate
</Warning>tags (lines 48 and 50) and mixed Traditional/Simplified Chinese content. This will cause rendering errors. The Warning block should contain only one closing tag with clean content.
18 files reviewed, 3 comments
|
|
||
| ### Twenty a Sealoson | ||
|
|
||
| Nyugodtan nyisson PR-t további felhőszolgáltatók hozzáadásához. |
There was a problem hiding this comment.
logic: Incorrect translation: The description says "Feel free to open a PR to add more cloud providers" instead of describing how to deploy Twenty on Sealos. Should be: "Telepítse a Twenty-t a Sealos-ra az alábbi közösségi karbantartású sablonnal."
| Nyugodtan nyisson PR-t további felhőszolgáltatók hozzáadásához. | |
| Telepítse a Twenty-t a Sealos-ra az alábbi közösségi karbantartású sablonnal. |
Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/twenty-docs/l/hu/developers/self-hosting/cloud-providers.mdx
Line: 44:44
Comment:
**logic:** Incorrect translation: The description says "Feel free to open a PR to add more cloud providers" instead of describing how to deploy Twenty on Sealos. Should be: "Telepítse a Twenty-t a Sealos-ra az alábbi közösségi karbantartású sablonnal."
```suggestion
Telepítse a Twenty-t a Sealos-ra az alábbi közösségi karbantartású sablonnal.
```
How can I resolve this? If you propose a fix, please make it concise.| ### Khác | ||
|
|
||
| Hãy tự do mở một PR để thêm nhiều tùy chọn Nhà cung cấp Đám mây hơn. |
There was a problem hiding this comment.
logic: Incorrect translation: Section header says "Khác" (Other) instead of "Twenty trên Sealos", and description incorrectly says "open a PR to add more cloud providers" instead of Sealos deployment instructions.
| ### Khác | |
| Hãy tự do mở một PR để thêm nhiều tùy chọn Nhà cung cấp Đám mây hơn. | |
| ### Twenty trên Sealos | |
| Triển khai Twenty trên Sealos với mẫu do cộng đồng duy trì dưới đây. |
Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/twenty-docs/l/vi/developers/self-hosting/cloud-providers.mdx
Line: 42:44
Comment:
**logic:** Incorrect translation: Section header says "Khác" (Other) instead of "Twenty trên Sealos", and description incorrectly says "open a PR to add more cloud providers" instead of Sealos deployment instructions.
```suggestion
### Twenty trên Sealos
Triển khai Twenty trên Sealos với mẫu do cộng đồng duy trì dưới đây.
```
How can I resolve this? If you propose a fix, please make it concise.
Created by Github action