python-docs-zh-tw icon indicating copy to clipboard operation
python-docs-zh-tw copied to clipboard

Traditional Chinese (zh-tw) translation of the Python Documentation

Results 138 python-docs-zh-tw issues
Sort by recently updated
recently updated
newest added

```[tasklist] ### Tasks - [ ] Quick-start Tutorial - [ ] `Decimal` objects - [ ] Context objects - [ ] Constants - [ ] Signals - [ ] Floating...

之前 meetup 做了一部分想說把剩下的補完 https://github.com/python/python-docs-zh-tw/issues/443

更新 `Makefile` 讓他可以只轉換單一 html 檔。 指令為:`VERSION=3.12 make build/` 例如:`VERSION=3.12 make build/library/internet`,就是要 build `library/internet.po` 的檔案 目前的版本需要大家至少有 make all 一次,之後才能夠使用 `make build/` 來轉換單一 html 檔。 如果 clone 後沒有 make all 過,會失敗;這個問題暫時還找不到解法,附上遇到的錯誤訊息如下: ```sh...

[library/re.po](https://github.com/python/python-docs-zh-tw/blob/3.12/library/re.po)有244個需要翻譯的字串,maintainer覺得拆成多份PR(例如一次大約100行改動)可以嗎? - [x] [簡介](https://python.github.io/python-docs-zh-tw/library/re.html#module-re) - [ ] [Regular Expression Syntax](https://python.github.io/python-docs-zh-tw/library/re.html#regular-expression-syntax) - [ ] 到 ``{m,n}?`` - [ ] 到 ``(?aiLmsux-imsx:...)`` - [ ] 到 ``(?(id/name)yes-pattern|no-pattern)`` - [ ] 到模組內容 -...