Skip to content

feat(i18n): update translations - #1813

Merged
waleedlatif1 merged 1 commit into
stagingfrom
auto-translate/staging-merge-19113489770
Nov 5, 2025
Merged

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

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: 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

  • 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 Nov 5, 2025

Copy link
Copy Markdown

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

ProjectDeploymentPreviewCommentsUpdated (UTC)
docsReadyReadyPreviewCommentNov 5, 2025 7:20pm

@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.

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_search tool 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

FilenameScoreOverview
apps/docs/content/docs/de/tools/perplexity.mdx5/5Added German translation for new perplexity_search tool documentation with proper parameter tables and formatting
apps/docs/content/docs/es/tools/perplexity.mdx5/5Added Spanish translation for new perplexity_search tool documentation with proper parameter tables and formatting
apps/docs/content/docs/fr/tools/perplexity.mdx5/5Added French translation for new perplexity_search tool documentation with proper parameter tables and formatting
apps/docs/content/docs/ja/tools/perplexity.mdx5/5Added Japanese translation for new perplexity_search tool documentation with proper parameter tables and formatting
apps/docs/content/docs/zh/tools/perplexity.mdx5/5Added Chinese translation for new perplexity_search tool documentation with proper parameter tables and formatting
apps/docs/i18n.lock5/5Updated 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
Loading

5 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

@waleedlatif1
waleedlatif1 merged commit 11fd154 into stagingNov 5, 2025
9 checks passed
@waleedlatif1
waleedlatif1 deleted the auto-translate/staging-merge-19113489770 branch November 5, 2025 19:22
waleedlatif1 added a commit that referenced this pull request Nov 12, 2025
@waleedlatif1waleedlatif1 mentioned this pull request Nov 12, 2025
10 tasks
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