-
Notifications
You must be signed in to change notification settings - Fork 2.5k
feat(i18n): update translations #1709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(i18n): update translations #1709
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
* 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)
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