summaryrefslogtreecommitdiffhomepage
path: root/zh-tw
Commit message (Collapse)AuthorAgeLines
* Python 2 'language': Python 2 (legacy)Simon Shine2020-02-12-1/+1
| | | | | | | | | | | Instead of listing 'language: python' for Python 2, use language: Python 2 (legacy) ``` find . -iname "*pythonlegacy*" -exec \ sed -i 's/^language: .*/language: Python 2 (legacy)/' {} \; ```
* Switch links: 'python3 <-> python' and 'python <-> pythonlegacy'Simon Shine2020-02-12-1/+1
| | | | The list of references is exhausted by running 'ack docs/python'.
* Rename Python 2 markdown files into 'pythonlegacy'Simon Shine2020-02-12-0/+0
| | | | | | | | | ``` for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do flegacy=$(echo "$f" | sed 's/python/pythonlegacy/') git mv "$f" "$flegacy" done ```
* Added zh-tw translation to DartBob2020-01-30-0/+566
|
* Tweak markdown to properly render htmlcarl2019-09-20-4/+5
|
* Type correction for the output of math.sqrt() propagated across versions and ↵Anindya Srivastava2019-02-06-1/+1
| | | | languages
* Update pcre-tw.html.markdownPratik Karki2018-02-28-2/+1
|
* Create PCRE-tw.Hinet606132017-11-15-0/+84
|
* [bash/zh-tw] delete extra lineWeihang Lo2016-08-03-1/+0
|
* [bash/zh-tw] add missing line for rm commandWeihang Lo2016-08-03-0/+2
|
* [bash/zh-tw] add zh-tw translationWeihang Lo2016-07-31-0/+376
|
* [Elixir/zh-Tw]Translation for Elixir of zh-twTai An Su2016-04-22-0/+413
|
* Fix typoHinet606132015-12-17-4/+2
|
* Fix some typo and non-fluency.Hinet606132015-12-17-12/+11
|
* Rename file by adding -tw suffix.Hinet606132015-12-06-1/+1
|
* fix typorainjay2015-11-03-1/+1
|
* Sec. 6 translated. All sections translated. Hooray.Hinet606132015-11-02-15/+14
|
* Finish Sec. 7 translation.Hinet606132015-11-02-19/+15
|
* Finish translation of Sec. 6Hinet606132015-11-02-22/+22
|
* Translate to Sec. 4 finished.Hinet606132015-11-02-97/+100
|
* Add lang of translation. Translate to Line 255Hinet606132015-11-02-64/+65
|
* Transated Python 2 to zh-tw. Line 01 .. 143Hinet606132015-11-02-0/+731