-
Notifications
You must be signed in to change notification settings - Fork 3k
feat(i18n): update translations #2568
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 #2568
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryAutomated translation updates for schedule trigger documentation across five languages (German, Spanish, French, Japanese, and Chinese). Key Changes:
Translation Quality: Confidence Score: 4/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant GH as GitHub Actions
participant Lingo as Lingo.dev AI
participant Docs as Documentation Files
Dev->>GH: Merge PR #2566 (schedule feature changes)
GH->>GH: Detect changes to English docs
GH->>Lingo: Trigger translation workflow
Lingo->>Docs: Read English source (schedule.mdx)
Lingo->>Lingo: Translate to 5 languages (de, es, fr, ja, zh)
Lingo->>Docs: Update German translation
Lingo->>Docs: Update Spanish translation
Lingo->>Docs: Update French translation
Lingo->>Docs: Update Japanese translation
Lingo->>Docs: Update Chinese translation
Lingo->>Docs: Update i18n.lock checksums
Lingo->>GH: Create PR #2568 with translations
GH->>Dev: Notify for review
|
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.
5 files reviewed, 1 comment
| ワークフローの実行タイミングを設定します: | ||
|
|
||
| <Tabs items={['簡単な間隔', 'Cron式']}> | ||
| <Tabs items={['Simple Intervals', 'Cron Expressions']}> |
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.
syntax: tab labels not translated in Japanese
the items array for Tabs should be in Japanese to match the rest of the document
| <Tabs items={['Simple Intervals', 'Cron Expressions']}> | |
| <Tabs items={['簡単な間隔', 'Cron式']}> |
Prompt To Fix With AI
This is a comment left during a code review.
Path: apps/docs/content/docs/ja/triggers/schedule.mdx
Line: 25:25
Comment:
**syntax:** tab labels not translated in Japanese
the `items` array for Tabs should be in Japanese to match the rest of the document
```suggestion
<Tabs items={['簡単な間隔', 'Cron式']}>
```
How can I resolve this? If you propose a fix, please make it concise.
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(schedules): remove save button for schedules, couple schedule deployment with workflow deployment (#2566)
feat(schedules): remove save button for schedules, couple schedule deployment with workflow deployment
added tests
ack PR comments
update turborepo
cleanup, edge cases
ack PR comment
Commit: 810d208
Workflow: https://github.com/simstudioai/sim/actions/runs/20476884644
Type of Change
Testing
This PR includes automated translations for modified English documentation content:
What reviewers should focus on:
Checklist
Screenshots/Videos