-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat(i18n): update translations #1460
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 #1460
Conversation
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
This PR contains automated translations of the Google Vault tool documentation into 5 languages (German, Spanish, French, Japanese, and Chinese) using Lingo.dev AI translation engine. The translations were triggered by the addition of the Google Vault feature in PR #1459.
Key Changes:
- Added complete Google Vault documentation in 5 languages
- Updated translation lock file (
i18n.lock) with new content checksums - Preserved all technical terminology, parameter names, and code blocks correctly
- Maintained consistent MDX structure and component imports across all translations
Translation Quality:
- Spanish and Chinese translations are excellent with consistent terminology
- German and Japanese translations are good quality with appropriate technical terms
- French translation has minor table formatting inconsistencies that should be addressed
The automated translation system successfully preserved code syntax, parameter names, and technical structure while providing accurate translations of descriptive content.
Confidence Score: 4/5
- This PR is safe to merge with minimal risk - automated translations with one minor formatting issue
- Score reflects high-quality automated translations with only one minor formatting issue in the French file that doesn't affect functionality
- French translation file needs minor table formatting correction
Important Files Changed
File Analysis
| Filename | Score | Overview |
|---|---|---|
| apps/docs/content/docs/de/tools/google_vault.mdx | 4/5 | German translation of Google Vault documentation - good quality translation with proper technical terms |
| apps/docs/content/docs/es/tools/google_vault.mdx | 5/5 | Spanish translation of Google Vault documentation - excellent quality with consistent terminology |
| apps/docs/content/docs/fr/tools/google_vault.mdx | 3/5 | French translation with minor table formatting inconsistencies that need correction |
| apps/docs/content/docs/ja/tools/google_vault.mdx | 4/5 | Japanese translation of Google Vault documentation - good quality with appropriate technical terminology |
| apps/docs/content/docs/zh/tools/google_vault.mdx | 4/5 | Chinese translation of Google Vault documentation - good quality with proper technical terms |
| apps/docs/i18n.lock | 5/5 | Translation lock file updated with checksums for new content - automated process working correctly |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant PR as PR #1459
participant GHA as GitHub Actions
participant Lingo as Lingo.dev AI
participant Repo as Repository
Dev->>PR: Merges Google Vault feature
PR->>GHA: Triggers translation workflow
GHA->>Lingo: Sends English docs for translation
Lingo->>Lingo: Translates to 5 languages<br/>(de, es, fr, ja, zh)
Lingo->>GHA: Returns translated content
GHA->>Repo: Creates new translation files
GHA->>Repo: Updates i18n.lock checksums
GHA->>Repo: Creates automated PR #1460
5 files reviewed, 1 comment
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(google vault): added google vault tool (#1459)
first push pre testing
toosl working
progress
bun run lint
added doc
changed google client ID and secret back
cleaned up oauth
removed comment
removed any and added manual content
Co-authored-by: Adam Gough adamgough@Mac.attlocal.net
Commit: 97257ca
Workflow: https://github.com/simstudioai/sim/actions/runs/18045822297
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos