Skip to content

feat(i18n): update translations - #2386

Merged
waleedlatif1 merged 1 commit into
stagingfrom
auto-translate/staging-merge-20248008362
Dec 15, 2025
Merged

feat(i18n): update translations#2386
waleedlatif1 merged 1 commit into
stagingfrom
auto-translate/staging-merge-20248008362

Conversation

@waleedlatif1

Copy link
Copy Markdown
Collaborator

Summary

Automated translation updates triggered by changes to documentation.

This PR was automatically created after content changes were made, updating translations for all supported languages using Lingo.dev AI translation engine.

Original trigger: improvement(rce): updated rce to use isolate pkg for RCE (#2385)

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Other: ___________

Testing

This PR includes automated translations for modified English documentation content:

  • 🇪🇸 Spanish (es) translations
  • 🇫🇷 French (fr) translations
  • 🇨🇳 Chinese (zh) translations
  • 🇯🇵 Japanese (ja) translations
  • 🇩🇪 German (de) translations

What reviewers should focus on:

  • Verify translated content accuracy and context
  • Check that all links and references work correctly in translated versions
  • Ensure formatting, code blocks, and structure are preserved
  • Validate that technical terms are appropriately translated

Checklist

  • Code follows project style guidelines (automated translation)
  • Self-reviewed my changes (automated process)
  • Tests added/updated and passing
  • No new warnings introduced
  • I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

Screenshots/Videos

@vercel

vercelBot commented Dec 15, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentReviewUpdated (UTC)
docsReadyReadyPreview, CommentDec 15, 2025 9:43pm

@greptile-apps

greptile-appsBot commented Dec 15, 2025

Copy link
Copy Markdown
Contributor

Greptile Overview

Greptile Summary

This PR updates translations for the Zoom integration documentation across five languages (German, Spanish, French, Japanese, and Chinese). The changes were triggered by modifications to the English source documentation in PR #2385.

Critical Issues Found:

  • All five translated files are missing required section headers (<h3>zoom_update_meeting, `

zoom_delete_meeting`, `

zoom_get_meeting_recordings`, `

zoom_delete_recording`, `

zoom_list_past_participants`)

- Instead of section headers with function names, translated descriptive text appears in their place - This breaks the documentation structure and will cause navigation/rendering issues

Root Cause:
The automated translation system (Lingo.dev) incorrectly translated the Markdown section headers (

) that should contain function names. Function names in section headers should remain unchanged across all language versions, as they are technical identifiers.

Minor Issues:

  • Previous review comments about inconsistent Japanese table header translations remain unaddressed

This automated translation PR requires manual intervention to fix the section header issue before it can be merged.

Confidence Score: 0/5

  • This PR has critical syntax errors that will break documentation rendering and navigation
  • The missing section headers are a critical structural issue that affects all five translated files. These headers are essential for documentation navigation, linking, and proper rendering. The automated translation system incorrectly translated technical identifiers that should have remained in English.
  • All five language files (de, es, fr, ja, zh) require immediate attention to fix missing section headers before this PR can be merged

Important Files Changed

File Analysis

FilenameScoreOverview
apps/docs/content/docs/de/tools/zoom.mdx0/5Missing section headers for zoom_update_meeting, zoom_delete_meeting, zoom_get_meeting_recordings, zoom_delete_recording, and zoom_list_past_participants - translated text appears instead of function names
apps/docs/content/docs/es/tools/zoom.mdx0/5Missing section headers for zoom_update_meeting, zoom_delete_meeting, zoom_get_meeting_recordings, zoom_delete_recording, and zoom_list_past_participants - translated text appears instead of function names
apps/docs/content/docs/fr/tools/zoom.mdx0/5Missing section headers for zoom_update_meeting, zoom_delete_meeting, zoom_get_meeting_recordings, zoom_delete_recording, and zoom_list_past_participants - translated text appears instead of function names
apps/docs/content/docs/ja/tools/zoom.mdx0/5Missing section headers for zoom_update_meeting, zoom_delete_meeting, zoom_get_meeting_recordings, zoom_delete_recording, and zoom_list_past_participants - translated text appears instead of function names
apps/docs/content/docs/zh/tools/zoom.mdx0/5Missing section headers for zoom_update_meeting, zoom_delete_meeting, zoom_get_meeting_recordings, zoom_delete_recording, and zoom_list_past_participants - translated text appears instead of function names

Sequence Diagram

sequenceDiagram
participant Trigger as PR #2385
participant GHA as GitHub Actions
participant Lingo as Lingo.dev AI
participant Repo as Repository
Trigger->>GHA: Commit to English docs
GHA->>Lingo: Request translations
Lingo->>Lingo: Translate zoom.mdx
Note over Lingo: ISSUE: Translates section headers<br/>instead of preserving function names
Lingo->>Repo: Generate translated files
Repo->>Repo: Create PR #2386
Note over Repo: 5 files with missing headers<br/>+ i18n.lock update
Loading

@greptile-appsgreptile-appsBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5 files reviewed, 22 comments

Edit Code Review Agent Settings | Greptile

Comment on lines +108 to 110
Details eines bestimmten Zoom-Meetings abrufen

Ein bestehendes Zoom-Meeting aktualisieren

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: Missing section header ### zoom_update_meeting

Suggested change
Details eines bestimmten Zoom-Meetings abrufen
Ein bestehendes Zoom-Meeting aktualisieren
### `zoom_update_meeting`
Details eines bestimmten Zoom-Meetings abrufen
Ein bestehendes Zoom-Meeting aktualisieren

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/de/tools/zoom.mdx
Line: 108:110
Comment:
**syntax:** Missing section header `### zoom_update_meeting````suggestion### `zoom_update_meeting`Details eines bestimmten Zoom-Meetings abrufenEin bestehendes Zoom-Meeting aktualisieren```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise.

Comment on lines +137 to 139
Ein Zoom-Meeting löschen

Ein Zoom-Meeting löschen oder abbrechen

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: Missing section header ### zoom_delete_meeting

Suggested change
Ein Zoom-Meeting löschen
Ein Zoom-Meeting löschen oder abbrechen
### `zoom_delete_meeting`
Ein Zoom-Meeting löschen
Ein Zoom-Meeting löschen oder abbrechen

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/de/tools/zoom.mdx
Line: 137:139
Comment:
**syntax:** Missing section header `### zoom_delete_meeting````suggestion### `zoom_delete_meeting`Ein Zoom-Meeting löschenEin Zoom-Meeting löschen oder abbrechen```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise.

Comment on lines +194 to 196
Alle Aufzeichnungen für ein bestimmtes Zoom-Meeting abrufen

Alle Aufzeichnungen für ein bestimmtes Zoom-Meeting abrufen

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: Missing section header ### zoom_get_meeting_recordings

Suggested change
Alle Aufzeichnungen für ein bestimmtes Zoom-Meeting abrufen
Alle Aufzeichnungen für ein bestimmtes Zoom-Meeting abrufen
### `zoom_get_meeting_recordings`
Alle Aufzeichnungen für ein bestimmtes Zoom-Meeting abrufen
Alle Aufzeichnungen für ein bestimmtes Zoom-Meeting abrufen

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/de/tools/zoom.mdx
Line: 194:196
Comment:
**syntax:** Missing section header `### zoom_get_meeting_recordings````suggestion### `zoom_get_meeting_recordings`Alle Aufzeichnungen für ein bestimmtes Zoom-Meeting abrufenAlle Aufzeichnungen für ein bestimmtes Zoom-Meeting abrufen```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise.

Comment on lines +212 to 214
Cloud-Aufzeichnungen für ein Zoom-Meeting löschen

Cloud-Aufzeichnungen für ein Zoom-Meeting löschen

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: Missing section header ### zoom_delete_recording

Suggested change
Cloud-Aufzeichnungen für ein Zoom-Meeting löschen
Cloud-Aufzeichnungen für ein Zoom-Meeting löschen
### `zoom_delete_recording`
Cloud-Aufzeichnungen für ein Zoom-Meeting löschen
Cloud-Aufzeichnungen für ein Zoom-Meeting löschen

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/de/tools/zoom.mdx
Line: 212:214
Comment:
**syntax:** Missing section header `### zoom_delete_recording````suggestion### `zoom_delete_recording`Cloud-Aufzeichnungen für ein Zoom-Meeting löschenCloud-Aufzeichnungen für ein Zoom-Meeting löschen```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise.

Comment on lines +230 to 232
Teilnehmer eines vergangenen Zoom-Meetings auflisten

Teilnehmer eines vergangenen Zoom-Meetings auflisten

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: Missing section header ### zoom_list_past_participants

Suggested change
Teilnehmer eines vergangenen Zoom-Meetings auflisten
Teilnehmer eines vergangenen Zoom-Meetings auflisten
### `zoom_list_past_participants`
Teilnehmer eines vergangenen Zoom-Meetings auflisten
Teilnehmer eines vergangenen Zoom-Meetings auflisten

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/de/tools/zoom.mdx
Line: 230:232
Comment:
**syntax:** Missing section header `### zoom_list_past_participants````suggestion### `zoom_list_past_participants`Teilnehmer eines vergangenen Zoom-Meetings auflistenTeilnehmer eines vergangenen Zoom-Meetings auflisten```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise.

Comment on lines +194 to +196
特定のZoomミーティングのすべての録画を取得する

特定のZoomミーティングの全ての録画を取得する
特定のZoomミーティングのすべての録画を取得する

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: Missing section header ### zoom_get_meeting_recordings

Suggested change
特定のZoomミーティングのすべての録画を取得する
特定のZoomミーティングの全ての録画を取得する
特定のZoomミーティングのすべての録画を取得する
### `zoom_get_meeting_recordings`
特定のZoomミーティングのすべての録画を取得する
特定のZoomミーティングのすべての録画を取得する

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/ja/tools/zoom.mdx
Line: 194:196
Comment:
**syntax:** Missing section header `### zoom_get_meeting_recordings````suggestion### `zoom_get_meeting_recordings`特定のZoomミーティングのすべての録画を取得する特定のZoomミーティングのすべての録画を取得する```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise.

Comment on lines +212 to 214
Zoomミーティングのクラウド録画を削除する

Zoomミーティングのクラウド録画を削除する

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: Missing section header ### zoom_delete_recording

Suggested change
Zoomミーティングのクラウド録画を削除する
Zoomミーティングのクラウド録画を削除する
### `zoom_delete_recording`
Zoomミーティングのクラウド録画を削除する
Zoomミーティングのクラウド録画を削除する

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/ja/tools/zoom.mdx
Line: 212:214
Comment:
**syntax:** Missing section header `### zoom_delete_recording````suggestion### `zoom_delete_recording`Zoomミーティングのクラウド録画を削除するZoomミーティングのクラウド録画を削除する```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise.

Comment on lines +230 to 232
過去のZoomミーティングの参加者を一覧表示する

過去のZoomミーティングの参加者を一覧表示する

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: Missing section header ### zoom_list_past_participants

Suggested change
過去のZoomミーティングの参加者を一覧表示する
過去のZoomミーティングの参加者を一覧表示する
### `zoom_list_past_participants`
過去のZoomミーティングの参加者を一覧表示する
過去のZoomミーティングの参加者を一覧表示する

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/ja/tools/zoom.mdx
Line: 230:232
Comment:
**syntax:** Missing section header `### zoom_list_past_participants````suggestion### `zoom_list_past_participants`過去のZoomミーティングの参加者を一覧表示する過去のZoomミーティングの参加者を一覧表示する```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise.

#### 入力

| パラメータ | | 必須 | 説明 |
| パラメータ | 種類 | 必須 | 説明 |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Inconsistent column header translation - use 型 consistently instead of 種類

Suggested change
| パラメータ |種類| 必須 | 説明 |
| パラメータ || 必須 | 説明 |

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/ja/tools/zoom.mdx
Line: 114:114
Comment:
**style:** Inconsistent column header translation - use 型 consistently instead of 種類
```suggestion| パラメータ | 型 | 必須 | 説明 |```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise.

#### 入力

| パラメータ | | 必須 | 説明 |
| パラメータ | 種類 | 必須 | 説明 |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Inconsistent column header translation - use 型 consistently instead of 種類

Suggested change
| パラメータ |種類| 必須 | 説明 |
| パラメータ || 必須 | 説明 |

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/ja/tools/zoom.mdx
Line: 143:143
Comment:
**style:** Inconsistent column header translation - use 型 consistently instead of 種類
```suggestion| パラメータ | 型 | 必須 | 説明 |```
<sub>Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!</sub>
How can I resolve this? If you propose a fix, please make it concise.

@greptile-appsgreptile-appsBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1
waleedlatif1 merged commit 3a5363a into stagingDec 15, 2025
10 checks passed
@waleedlatif1
waleedlatif1 deleted the auto-translate/staging-merge-20248008362 branch December 15, 2025 22:23
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@waleedlatif1