File tree Expand file tree Collapse file tree
en/documentation/pages/getting-started Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 " en/documentation/pages/getting-started/quick-start" ,
3333 " en/documentation/pages/getting-started/key-concepts" ,
3434 " en/documentation/pages/getting-started/faq" ,
35- " en/documentation/pages/getting-started/test-internal "
35+ " en/documentation/pages/getting-started/automated-workflow-test "
3636 ]
3737 },
3838 {
Original file line number Diff line number Diff line change 1+ ---
2+ title : " Automated Translation Workflow Test"
3+ description : " Testing the new fully automated translation system"
4+ ---
5+
6+ # Automated Translation Workflow Test
7+
8+ This document tests the new automated translation workflow that creates separate translation PRs.
9+
10+ ## Key Features
11+
12+ <AccordionGroup >
13+ <Accordion title = " Automatic PR Creation" >
14+ When you create a PR with English content changes, the system automatically:
15+ - Analyzes your changes
16+ - Generates translations
17+ - Creates a separate translation PR
18+ - Links both PRs together
19+ </Accordion >
20+
21+ <Accordion title = " PR Updates" >
22+ When you update your original PR:
23+ - The translation PR is automatically updated
24+ - New translations are generated for your changes
25+ - Both PRs remain synchronized
26+ </Accordion >
27+ </AccordionGroup >
28+
29+ ## Benefits
30+
31+ <Card title = " No More Manual Work" icon = " magic-wand" >
32+ The entire translation process is now fully automated - no manual sync branch merging required!
33+ </Card >
34+
35+ <Card title = " Clear Separation" icon = " split" >
36+ English content and translations are handled in separate PRs for better review workflow.
37+ </Card >
38+
39+ ## Testing Scenarios
40+
41+ 1 . ** English-only changes** → Should trigger automated translation PR creation
42+ 2 . ** Translation-only changes** → Should skip automation and go through direct review
43+ 3 . ** Mixed changes** → Should block with error message and instructions
44+
45+ This test document will verify that the automated workflow works correctly for English content changes.
You can’t perform that action at this time.
0 commit comments