File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Auto-generated by `translate setup`
2+ name : Review Translations
3+
4+ on :
5+ pull_request :
6+ types : [opened, synchronize]
7+
8+ jobs :
9+ review :
10+ if : contains(github.event.pull_request.labels.*.name, 'action-translation')
11+ runs-on : ubuntu-latest
12+
13+ steps :
14+ - uses : actions/checkout@v4
15+ with :
16+ fetch-depth : 2
17+
18+ - uses : QuantEcon/action-translation@v0.9.0
19+ with :
20+ mode : review
21+ source-repo : QuantEcon/lecture-python-programming
22+ source-language : en
23+ target-language : zh-cn
24+ docs-folder : lectures
25+ anthropic-api-key : ${{ secrets.ANTHROPIC_API_KEY }}
26+ github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ # Build outputs
2+ _build /
3+ __pycache__ /
4+
5+ # OS files
6+ .DS_Store
7+ Thumbs.db
8+
9+ # Environment
10+ .env
Original file line number Diff line number Diff line change 1+ source-language : en
2+ target-language : zh-cn
3+ docs-folder : lectures
4+ tool-version : 0.11.1
Original file line number Diff line number Diff line change 1+ # lecture-python-programming.zh-cn
2+
3+ zh-cn translation of [ QuantEcon/lecture-python-programming] ( https://github.com/QuantEcon/lecture-python-programming ) .
4+
5+ Generated by [ ` translate setup ` ] ( https://github.com/QuantEcon/action-translation ) .
You can’t perform that action at this time.
0 commit comments