Skip to content

feat(i18n): update translations - #2395

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

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

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: fix(docs): regen docs (#2393)
Commit: 12d42e2
Workflow: https://github.com/simstudioai/sim/actions/runs/20254460575

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 16, 2025

Copy link
Copy Markdown

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

ProjectDeploymentReviewUpdated (UTC)
docsReadyReadyPreview, CommentDec 16, 2025 2:46am

@waleedlatif1
waleedlatif1 merged commit ab30d37 into stagingDec 16, 2025
5 of 6 checks passed
@waleedlatif1
waleedlatif1 deleted the auto-translate/staging-merge-20254460575 branch December 16, 2025 02:45
@greptile-apps

Copy link
Copy Markdown
Contributor

Greptile Overview

Greptile Summary

This PR updates translations for Jira and Slack tool documentation across all supported languages (German, Spanish, French, Japanese, and Chinese). The changes reflect updates made to the English source documentation in PR #2393.

Key changes:

  • Jira documentation: Refined output parameter descriptions for all tool methods, replacing generic success and output parameters with specific, granular fields like ts, issueKey, summary, and other relevant data
  • Slack documentation: Added userId parameter support for direct messages in slack_message and slack_message_reader tools, making channel parameter optional when using DMs
  • Translation metadata: Updated checksums in i18n.lock to reflect the new translated content

The translations appear accurate and maintain proper technical terminology, formatting, and structure. All markdown tables, code examples, and MDX components are correctly preserved across all language versions.

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • This is an automated translation update with no code changes. All modifications are documentation-only, updating translated versions of Jira and Slack tool documentation to match English source changes. The translations preserve formatting, structure, and technical accuracy.
  • No files require special attention

Important Files Changed

File Analysis

FilenameScoreOverview
apps/docs/content/docs/de/tools/jira.mdx5/5Updated German translation for Jira tool documentation with refined output parameter descriptions
apps/docs/content/docs/es/tools/jira.mdx5/5Updated Spanish translation for Jira tool documentation with refined output parameter descriptions
apps/docs/content/docs/fr/tools/jira.mdx5/5Updated French translation for Jira tool documentation with refined output parameter descriptions
apps/docs/content/docs/ja/tools/jira.mdx5/5Updated Japanese translation for Jira tool documentation with refined output parameter descriptions
apps/docs/content/docs/zh/tools/jira.mdx5/5Updated Chinese translation for Jira tool documentation with refined output parameter descriptions
apps/docs/content/docs/de/tools/slack.mdx5/5Updated German translation for Slack tool documentation with new direct message parameters
apps/docs/content/docs/es/tools/slack.mdx5/5Updated Spanish translation for Slack tool documentation with new direct message parameters
apps/docs/content/docs/fr/tools/slack.mdx5/5Updated French translation for Slack tool documentation with new direct message parameters
apps/docs/content/docs/ja/tools/slack.mdx5/5Updated Japanese translation for Slack tool documentation with new direct message parameters
apps/docs/content/docs/zh/tools/slack.mdx5/5Updated Chinese translation for Slack tool documentation with new direct message parameters
apps/docs/i18n.lock5/5Updated translation checksums for Jira and Slack documentation files across all languages

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 #2393 (docs update)
Repo->>GH: Trigger translation workflow
GH->>Lingo: Request translations for modified docs
Note over Lingo: Translate Jira & Slack docs<br/>to DE, ES, FR, JA, ZH
Lingo->>GH: Return translated content
GH->>Repo: Update translation files
GH->>Repo: Update i18n.lock checksums
GH->>Repo: Create PR #2395
Note over Repo: Automated translation PR<br/>ready for review
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.

10 files reviewed, no comments

Edit Code Review Agent Settings | Greptile

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