Skip to content

fix: address review comments on datastructures.po - #40

Merged
tamnd merged 1 commit into
mainfrom
fix/datastructures-review-corrections
Apr 23, 2026
Merged

tamnd merged 1 commit into
mainfrom
fix/datastructures-review-corrections

Conversation

@tamnd

@tamnd tamnd commented Apr 23, 2026

Copy link
Copy Markdown
Owner

Applies all corrections flagged in the review of #37.

Warning

This file is machine translation and still needs human review before unfuzzy. These fixes address the specific issues called out in the PR comments.

Changes:

  • raises -> Gây ra (ValueError, IndexError) throughout
  • Trả lại -> Trả về
  • Restore untranslated source code lines (squares = list(...), squares = [...])
  • Section headings: List Comprehension, List Comprehension lồng nhau, Tuples và Sequences, Sets
  • hình vuông -> bình phương (square numbers, not geometric squares)
  • Việc hiểu danh sách / việc hiểu tập hợp / khả năng hiểu chính tả -> List comprehension / set comprehension / dict comprehension
  • Tuyên bố -> Câu lệnh (del statement)
  • phương pháp -> phương thức (method)
  • chức năng -> hàm (function)
  • Điều kiện -> điều kiện (sentence case)
  • Restore column alignment in the sequence comparison table

- raises -> Gây ra (ValueError, IndexError)
- Trả lại -> Trả về
- keep source code untranslated (squares = ..., squares = [...])
- List Comprehensions: dùng "List comprehension" theo GLOSSARY
- hình vuông -> bình phương (square numbers, not square shapes)
- Hiểu danh sách -> List comprehension nhất quán trong toàn file
- Tuyên bố -> Câu lệnh (del statement)
- Bộ dữ liệu và trình tự -> Tuples và Sequences (GLOSSARY: tuple giữ tiếng Anh)
- bộ -> Sets (GLOSSARY: set giữ tiếng Anh)
- việc hiểu tập hợp -> set comprehension
- khả năng hiểu chính tả -> dict comprehension
- phương pháp -> phương thức (method)
- chức năng -> hàm (function)
- Điều kiện -> điều kiện (sentence case)
- trình tự/loại -> sequence/kiểu
- khôi phục căn lề bảng so sánh
@tamnd
tamnd merged commit ca37512 into main Apr 23, 2026
@tamnd
tamnd deleted the fix/datastructures-review-corrections branch April 23, 2026 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant