QuantEcon / QuantEcon/lecture-python-programming.fa
Run translation sync check against source repo
@mmcky đang làm issue này rồi.
Từ ngày 13/4/2026.
- Ngôn ngữ chính
- Python
- Star
- 1
- Fork
- 1
- Merge trung bình
- 10 giờ 5 phút
- Pull request đã merge (30 ngày)
- 5
Mô tả
Task
Now that all pending translation sync PRs (#93–#105) have been merged, we should run a sync check using the action-translation CLI to verify the translation state is fully aligned with the source repo.
Context
We just completed a review and merge of all 8 original open translation PRs plus 5 replacement PRs created to resolve merge conflicts. Several PRs required manual fixes:
- PR #102: Fixed translation error (
هرگزinverting meaning) - PR #103: Removed duplicate
from numba import jitimport - PR #104: Fixed incorrect translation of "verbose" (
پرمخاطب→مفصل) and "reproducibility" consistency - PR #105: Manually applied upstream #528 changes (couldn't use PR #100's files as they would revert prior work)
Given the extent of manual intervention, a sync check will confirm:
- All files are synced to the latest upstream source SHAs
- No sections were accidentally dropped or duplicated during conflict resolution
- The
.translate/state/*.ymlfiles correctly reflect the current sync state
Action
Run:
action-translation check --source QuantEcon/lecture-python-programming --target QuantEcon/lecture-python-programming.fa
Report any out-of-sync files or missing sections.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.