Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Greptile Overview
Summary
Automated translation PR triggered by PR #1707 which added new tool documentation (Supabase vector search, Telegram document sending, and SharePoint file uploads). The Lingo.dev AI translation engine successfully translated the new documentation sections into all five supported languages.
Key changes:
- Added
supabase_vector_searchdocumentation in ES, DE, FR, JA, and ZH (22 lines each with parameter tables and descriptions) - Added
telegram_send_documentdocumentation in ES, DE, FR, JA, and ZH (20 lines each) - Added
sharepoint_upload_filedocumentation in ES, DE, FR, JA, and ZH (20 lines each) - Updated minor formatting and consistency across various tool documentation files
- Updated
apps/docs/i18n.lockwith new content checksums for tracking translation state
Translation quality observations:
- Technical terms appropriately preserved (
pgvector,PostgreSQL,PostgREST, API parameters) - Markdown table structures and formatting maintained correctly across all languages
- Code examples and technical syntax preserved (e.g.,
match_documents,jdrkgepadsdopsntdlom) - Escaped parentheses in tables maintained properly
\(and\)for MDX compatibility - Parameter types remain in English as expected (
string,array,number,object) - Consistent translation style matching existing documentation patterns
Confidence Score: 5/5
- This PR is safe to merge with no risk
- Automated translation PR with consistent, high-quality translations across all languages. Technical terms, code syntax, and formatting are properly preserved. The changes are documentation-only with no code modifications. The i18n.lock file properly tracks checksums for translation state management.
- No files require special attention
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| apps/docs/content/docs/es/tools/supabase.mdx | 5/5 | Added Spanish translation for new supabase_vector_search tool documentation |
| apps/docs/content/docs/de/tools/supabase.mdx | 5/5 | Added German translation for new supabase_vector_search tool documentation |
| apps/docs/content/docs/fr/tools/supabase.mdx | 5/5 | Added French translation for new supabase_vector_search tool documentation |
| apps/docs/content/docs/ja/tools/supabase.mdx | 5/5 | Added Japanese translation for new supabase_vector_search tool documentation |
| apps/docs/content/docs/zh/tools/supabase.mdx | 5/5 | Added Chinese translation for new supabase_vector_search tool documentation |
| apps/docs/content/docs/es/tools/telegram.mdx | 5/5 | Added Spanish translation for new telegram_send_document tool documentation |
| apps/docs/content/docs/fr/tools/sharepoint.mdx | 5/5 | Added French translation for new sharepoint_upload_file tool documentation |
| apps/docs/i18n.lock | 5/5 | Updated content checksums to reflect new translated documentation sections |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant GH as GitHub Actions
participant Lingo as Lingo.dev AI
participant Repo as Repository
Dev->>Repo: Merge PR #1707 (Supabase vector search docs)
Repo->>GH: Trigger i18n workflow
GH->>Lingo: Send English documentation changes
Note over Lingo: Translate new content:<br/>- supabase_vector_search<br/>- telegram_send_document<br/>- sharepoint_upload_file
Lingo->>Lingo: Generate translations (ES, FR, DE, JA, ZH)
Lingo->>GH: Return translated content
GH->>Repo: Update 50 translated MDX files
GH->>Repo: Update i18n.lock checksums
GH->>Repo: Create PR #1709 with translations
50 files reviewed, no comments
waleedlatif1
added a commit
that referenced
this pull request
Oct 23, 2025
* fix(debug-mode): remove duplicate debug mode flag (#1714) * feat(i18n): update translations (#1709) * improvement(condition): added variable and envvar highlighting for condition input (#1718) * fix(dashboard): add additional context for paginated logs in dashboard, add empty state when selected cell has no data (#1719) * fix(dashboard): add additional context for paginated logs in dashboard, add empty state when selected cell has no data * apps/sim * renaming * remove relative import * feat(tools): added webflow OAuth + tools (#1720) * feat(tools): added webflow OAuth + tools * remove itemId from delete item * remove siteId * added webhook triggers + oauth scopes + site/collection selector * update sample payload for webflow triggers * cleanup * fix discord color * feat(i18n): update translations (#1721) * improvement(schedule): fix UI bug with schedule modal (#1722)
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.
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: feat(supabase): added vector search tool and updated docs (#1707)
feat(supabase): added vector search tool and updated docs
exclude generic webhook from docs gen
change items to pages in meta.json for tools directory in the docs
Commit: 4d7ebd8
Workflow: https://github.com/simstudioai/sim/actions/runs/18702828687
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos