Conversation
Greptile OverviewGreptile SummaryThis PR attempts to fix corrupted i18n documentation files but makes the corruption worse instead of properly fixing it. The changes add more duplicate tags, text, and escape characters to already severely corrupted translation files. Critical Issues
Root CauseThese files were corrupted by an automated translation process (likely Crowdin based on the commit message). The corruption appears to have compounded over multiple runs, with each run adding more duplicates instead of replacing the content. Recommended FixAll affected translation files must be completely regenerated from the English source documentation rather than attempting incremental fixes. The current approach of adding more duplicates perpetuates the corruption pattern. Confidence Score: 0/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant GHA as GitHub Action
participant Crowdin as Crowdin Translation Service
participant Repo as Repository
participant MDX as MDX Parser
Note over GHA,Repo: Translation Automation Flow
GHA->>Crowdin: Fetch updated translations
Crowdin->>GHA: Return corrupted translations<br/>(24x nested tags, repeated text)
GHA->>Repo: Create PR with corrupted files
Note over GHA: Current PR attempts incremental fix
GHA->>Repo: Add 1 more closing tag<br/>(24 open, 2 close → still broken)
Note over MDX: Documentation Build Process
Repo->>MDX: Parse MDX files
MDX--xRepo: ❌ Parsing fails<br/>(unmatched tags)
Note over GHA,Repo: Correct Fix Required
Note over GHA: Should regenerate from<br/>English source instead
|
There was a problem hiding this comment.
Additional Comments (1)
-
packages/twenty-docs/l/zh/user-guide/settings/profile-settings.mdx, line 42-50 (link)logic: Warning message text is excessively duplicated multiple times with inconsistent simplified/traditional Chinese mixing. The entire
<Warning>block needs regeneration from English source rather than adding spacing adjustments.
9 files reviewed, 8 comments
| **المشكلة**: الوصول إلى حد 100 سير عمل متزامن لكل مساحة عمل. | ||
|
|
||
| <Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>لا يمكنك تشغيل أكثر من 100 سير عمل بالتوازي في أي وقت لكل مساحة عمل.</Warning></Warning> | ||
| <Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>لا يمكنك تشغيل أكثر من 100 سير عمل بالتوازي في أي وقت لكل مساحة عمل.</Warning></Warning> |
There was a problem hiding this comment.
logic: This file has 24 nested <Warning> opening tags but only 2 closing tags. The entire section needs to be regenerated from the source English documentation - adding one more closing tag doesn't fix the underlying corruption.
| <Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>لا يمكنك تشغيل أكثر من 100 سير عمل بالتوازي في أي وقت لكل مساحة عمل.</Warning></Warning> | |
| <Warning>لا يمكنك تشغيل أكثر من 100 سير عمل بالتوازي في أي وقت لكل مساحة عمل.</Warning> |
Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/twenty-docs/l/ar/user-guide/workflows/workflow-troubleshooting.mdx
Line: 60:60
Comment:
**logic:** This file has 24 nested `<Warning>` opening tags but only 2 closing tags. The entire section needs to be regenerated from the source English documentation - adding one more closing tag doesn't fix the underlying corruption.
```suggestion
<Warning>لا يمكنك تشغيل أكثر من 100 سير عمل بالتوازي في أي وقت لكل مساحة عمل.</Warning>
```
How can I resolve this? If you propose a fix, please make it concise.| <Accordion title="I accidentally created multiple workspaces but only need one. What should I do?"><Accordion title="How do I change my workspace appearance and regional settings?">Ve a `Configuración → Experiencia` para personalizar: | ||
|
|
||
| <Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>No elimines tu cuenta (accesible en Configuración → Configuración de perfil): tu cuenta se comparte entre los diferentes espacios de trabajo.</Warning></Warning> | ||
| <Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>No elimines tu cuenta (accesible en Configuración → Configuración de perfil): tu cuenta se comparte entre los diferentes espacios de trabajo.</Warning></Warning> |
There was a problem hiding this comment.
logic: Multiple critical MDX syntax errors: 24 nested <Warning> tags with only 2 closing tags, and duplicated nested <Accordion> tags. This will cause MDX parsing to fail completely. The entire section must be regenerated from the English source.
Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/twenty-docs/l/es/user-guide/settings/settings-faq.mdx
Line: 19:21
Comment:
**logic:** Multiple critical MDX syntax errors: 24 nested `<Warning>` tags with only 2 closing tags, and duplicated nested `<Accordion>` tags. This will cause MDX parsing to fail completely. The entire section must be regenerated from the English source.
How can I resolve this? If you propose a fix, please make it concise.| **Problema**: Se alcanza el límite de 100 flujos de trabajo concurrentes por espacio de trabajo. | ||
|
|
||
| <Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>No puedes ejecutar más de 100 flujos de trabajo en paralelo en cualquier momento por espacio de trabajo.</Warning></Warning> | ||
| <Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>No puedes ejecutar más de 100 flujos de trabajo en paralelo en cualquier momento por espacio de trabajo.</Warning></Warning> |
There was a problem hiding this comment.
logic: 24 nested <Warning> opening tags with only 2 closing tags causes invalid MDX markup. This needs complete regeneration from source.
| <Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>No puedes ejecutar más de 100 flujos de trabajo en paralelo en cualquier momento por espacio de trabajo.</Warning></Warning> | |
| <Warning>No puedes ejecutar más de 100 flujos de trabajo en paralelo en cualquier momento por espacio de trabajo.</Warning> |
Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/twenty-docs/l/es/user-guide/workflows/workflow-troubleshooting.mdx
Line: 60:60
Comment:
**logic:** 24 nested `<Warning>` opening tags with only 2 closing tags causes invalid MDX markup. This needs complete regeneration from source.
```suggestion
<Warning>No puedes ejecutar más de 100 flujos de trabajo en paralelo en cualquier momento por espacio de trabajo.</Warning>
```
How can I resolve this? If you propose a fix, please make it concise.| - Ouvrir la section **Paramètres** | ||
|
|
||
| <Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>Veuillez noter que notre documentation API est accessible sous la section Paramètres et non dans le guide de l'utilisateur.</Warning></Warning> | ||
| <Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>Veuillez noter que notre documentation API est accessible sous la section Paramètres et non dans le guide de l'utilisateur.</Warning></Warning> |
There was a problem hiding this comment.
logic: Same corruption pattern: 24 nested <Warning> opening tags but only 2 closing tags. File needs regeneration from source English documentation.
| <Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>Veuillez noter que notre documentation API est accessible sous la section Paramètres et non dans le guide de l'utilisateur.</Warning></Warning> | |
| <Warning>Veuillez noter que notre documentation API est accessible sous la section Paramètres et non dans le guide de l'utilisateur.</Warning> |
Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/twenty-docs/l/fr/user-guide/getting-started/getting-around-twenty.mdx
Line: 28:28
Comment:
**logic:** Same corruption pattern: 24 nested `<Warning>` opening tags but only 2 closing tags. File needs regeneration from source English documentation.
```suggestion
<Warning>Veuillez noter que notre documentation API est accessible sous la section Paramètres et non dans le guide de l'utilisateur.</Warning>
```
How can I resolve this? If you propose a fix, please make it concise.|
|
||
| **2. バリエーションにはフィールドを使い、新しいオブジェクトは使わないでください。** | ||
| 既存のオブジェクトの特性に過ぎないもの(例:会社の「業種」や機会の「ステータス」)はフィールドにします。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 | ||
| 既存のオブジェクトの特性に過ぎないもの(例:会社の「業種」や機会の「ステータス」)はフィールドにします。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 |
There was a problem hiding this comment.
logic: Text "カテゴリ、ラベル、属性にはフィールドが最適です。" is duplicated 23 times (now being increased to 24). This is corrupted content that needs regeneration from the source English documentation.
Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/twenty-docs/l/ja/user-guide/data-model/customize-your-data-model.mdx
Line: 30:30
Comment:
**logic:** Text "カテゴリ、ラベル、属性にはフィールドが最適です。" is duplicated 23 times (now being increased to 24). This is corrupted content that needs regeneration from the source English documentation.
How can I resolve this? If you propose a fix, please make it concise.|
|
||
| **3. 単独で存在する場合には新しいオブジェクトを作成してください。** | ||
| 概念が独自のライフサイクル、プロパティ、または関係を持つ場合、それは通常オブジェクトに値します。 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: | ||
| 概念が独自のライフサイクル、プロパティ、または関係を持つ場合、それは通常オブジェクトに値します。 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: |
There was a problem hiding this comment.
logic: Text "例えば:" is duplicated 22 times (now being increased to 23). Another instance of corruption that requires regeneration from source.
Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/twenty-docs/l/ja/user-guide/data-model/customize-your-data-model.mdx
Line: 33:33
Comment:
**logic:** Text "例えば:" is duplicated 22 times (now being increased to 23). Another instance of corruption that requires regeneration from source.
How can I resolve this? If you propose a fix, please make it concise.| 2. **.env ファイルを更新** | ||
|
|
||
| .env`ファイルを開き、`SERVER_URL\\\\\\\\\\\\\\\\\\\\\\`を更新します: | ||
| .env`ファイルを開き、`SERVER_URL\\\\\\\\\\\\\\\\\\\\\\\`を更新します: |
There was a problem hiding this comment.
logic: Text contains excessive backslashes (SERVER_URL\\\\\\\\\\\\\\\\\\\\\\\). This is corrupted and adding more backslashes (changing from 20 to 22 backslashes) doesn't fix it. Should be simply SERVER_URL.
Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/twenty-docs/l/ja/developers/self-hosting/docker-compose.mdx
Line: 161:161
Comment:
**logic:** Text contains excessive backslashes (`SERVER_URL\\\\\\\\\\\\\\\\\\\\\\\`). This is corrupted and adding more backslashes (changing from 20 to 22 backslashes) doesn't fix it. Should be simply `SERVER_URL`.
How can I resolve this? If you propose a fix, please make it concise.
LogDetails |
Created by Github action