feat(i18n): update translations#1813
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Greptile Overview
Greptile Summary
Automated translation update triggered by PR #1812 which added the perplexity_search endpoint documentation to the English version.
What Changed
This PR adds translations for the new Perplexity search functionality across all five supported languages:
- Updated description: Changed from "Use Perplexity AI chat models" to "Use Perplexity AI for chat and search" in all languages
- Updated usage instructions: Added mention of web search capabilities with advanced filtering
- Added
perplexity_searchtool documentation: Complete parameter tables with 9 input parameters and output structure for all languages - Updated i18n.lock: Added checksums for 7 new content blocks (content/15-22) tracking the new search documentation
Translation Quality
All translations appear consistent and accurate:
- Technical terms like
perplexity_search, parameter names, and code blocks are properly preserved - Markdown table formatting is maintained across all languages
- Date format examples are correctly localized (MM/DD/YYYY → MM/TT/JJJJ in German, MM/JJ/AAAA in French/Spanish)
- All escaped parentheses
\(and\)in table cells are properly maintained
Confidence Score: 5/5
- This automated translation PR is completely safe to merge with no risk
- Perfect score given because this is an automated translation PR with no code changes, all translations are properly formatted, technical content is preserved correctly, and the i18n.lock file properly tracks all changes
- No files require special attention
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| apps/docs/content/docs/de/tools/perplexity.mdx | 5/5 | Added German translation for new perplexity_search tool documentation with proper parameter tables and formatting |
| apps/docs/content/docs/es/tools/perplexity.mdx | 5/5 | Added Spanish translation for new perplexity_search tool documentation with proper parameter tables and formatting |
| apps/docs/content/docs/fr/tools/perplexity.mdx | 5/5 | Added French translation for new perplexity_search tool documentation with proper parameter tables and formatting |
| apps/docs/content/docs/ja/tools/perplexity.mdx | 5/5 | Added Japanese translation for new perplexity_search tool documentation with proper parameter tables and formatting |
| apps/docs/content/docs/zh/tools/perplexity.mdx | 5/5 | Added Chinese translation for new perplexity_search tool documentation with proper parameter tables and formatting |
| apps/docs/i18n.lock | 5/5 | Updated checksums to track new translation content blocks for all five languages |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant GH as GitHub
participant WF as Translation Workflow
participant Lingo as Lingo.dev AI
participant Repo as Repository
Dev->>Repo: Commit #1812 (Add perplexity_search endpoint)
Repo->>GH: Push to staging
GH->>WF: Trigger translation workflow
WF->>Repo: Detect English doc changes (perplexity.mdx)
WF->>Lingo: Send English content for translation
Lingo->>Lingo: Translate to DE, ES, FR, JA, ZH
Lingo->>WF: Return translated content
WF->>Repo: Update 5 language files
WF->>Repo: Update i18n.lock checksums
WF->>GH: Create PR #1813
GH->>Dev: Notify PR ready for review
5 files reviewed, no comments
waleedlatif1
added a commit
that referenced
this pull request
Nov 12, 2025
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(tools): added perplexity search endpoint, updated models list for perplexity block (#1812)
Commit: 0260dbc
Workflow: https://github.com/simstudioai/sim/actions/runs/19113489770
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos