-
Notifications
You must be signed in to change notification settings - Fork 3.1k
feat(i18n): update translations #1926
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 #1926
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile OverviewGreptile SummaryAutomated translation PR updating 59 documentation files across 5 languages (Spanish, French, German, Japanese, Chinese) triggered by PR #1918's English documentation improvements. Changes include:
Critical issue found:
Confidence Score: 2/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant PR1918 as PR #1918
participant Docs as English Docs
participant Lingo as Lingo.dev AI
participant I18n as Translation Files
participant Lock as i18n.lock
Dev->>PR1918: Update docs with new screenshots & tools
PR1918->>Docs: Modify English documentation
Note over Docs: Add intro sections<br/>Update image dimensions<br/>Add new content sections
PR1918->>Lingo: Trigger automated translation
Lingo->>Docs: Read English source files
Lingo->>I18n: Generate translations for 5 languages
Note over I18n: Spanish (es)<br/>French (fr)<br/>German (de)<br/>Japanese (ja)<br/>Chinese (zh)
Lingo->>Lock: Update content checksums
Note over Lock: Track 60 file changes<br/>1222 checksum updates
Lingo->>PR1918: Create automated PR #1926
PR1918->>Dev: Translation PR ready for review
Note over I18n: Issue: Duplicate content<br/>in es/fr start.mdx files
|
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.
Additional Comments (2)
-
apps/docs/content/docs/es/triggers/start.mdx, line 89-107 (link)logic: duplicate content detected - both "Referenciando datos de Start en nodos posteriores" and "Mejores prácticas" sections are repeated twice with slightly different translations
the section from lines 89-97 duplicates content that appears again from lines 99-107
-
apps/docs/content/docs/fr/triggers/start.mdx, line 88-106 (link)logic: duplicate content detected - both "Référencement des données Start en aval" and "Bonnes pratiques"/"Meilleures pratiques" sections are repeated twice with slightly different translations
the section from lines 88-96 duplicates content that appears again from lines 98-106
59 files reviewed, 2 comments
* feat(i18n): update translations * fix build --------- Co-authored-by: waleedlatif1 <[email protected]>
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: improvement(docs): updated with new ss, docs script updated to copy items from main app into docs for tools (#1918)
improvement(docs): updated script to copy over icons, cleanup unnecessary pages
updated script with auto-icon generation
ignore translations, only icons changed
updated images
updated i18n.lock
updated images
Commit: 9a6a6fd
Workflow: https://github.com/simstudioai/sim/actions/runs/19292295438
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos