Skip to content

🌐 [translation-sync] Add lax.fori_loop example and improve jax_intro #51

🌐 [translation-sync] Add lax.fori_loop example and improve jax_intro

🌐 [translation-sync] Add lax.fori_loop example and improve jax_intro #51

# Auto-generated by `translate setup`
name: Review Translations
on:
pull_request:
types: [opened, synchronize]
jobs:
review:
if: contains(github.event.pull_request.labels.*.name, 'action-translation')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: QuantEcon/action-translation@v0.13.0
with:
mode: review
source-repo: QuantEcon/lecture-python-programming
source-language: en
target-language: zh-cn
docs-folder: lectures
anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
github-token: ${{ secrets.GITHUB_TOKEN }}