Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #3948 from perltaiwan/zh-tw-translation | 谭九鼎 | 2021-08-08 | -0/+328 |
|\ | ||||
| * | reformat some paragraphs. | Kang-min Liu | 2020-06-03 | -9/+7 |
| | | | | | | | | | | ... and remove a residual English paragraph that was already translated. | |||
| * | update the list of translators | Kang-min Liu | 2020-05-29 | -0/+1 |
| | | ||||
| * | Take the suggestion from @zard1989++ | Kang-min Liu | 2020-05-29 | -5/+3 |
| | | | | | | | | https://twitter.com/zard1989/status/1266074437738213376 | |||
| * | Remove that English paragraph. | Kang-min Liu | 2020-05-29 | -6/+0 |
| | | ||||
| * | Fully translated. | Kang-min Liu | 2020-05-28 | -69/+64 |
| | | ||||
| * | Translates the section of "Hashes" | Kang-min Liu | 2020-05-28 | -16/+10 |
| | | ||||
| * | Partial translation of perl tutorial | Kang-min Liu | 2020-05-27 | -0/+348 |
| | | ||||
* | | Rename OS X to macOS (#4166) | Борис Верховский | 2021-05-25 | -1/+1 |
|/ | ||||
* | Change 'filename:' for Python 2 (legacy) | Simon Shine | 2020-02-12 | -1/+1 |
| | | | | | | | | | | | | | | | | Before renaming, all Python 2 filenames were 'learnpython-*.py'. This commit renames them to 'learnpythonlegacy-*.py'. To verify that the filenames were named consistently across translations prior to this commit, and to change this: ``` find . -name "pythonlegacy*.markdown" -exec ack filename: {} \; find . -name "pythonlegacy*.markdown" -exec \ sed -i 's/^filename: learnpython/filename: learnpythonlegacy/' {} \; ``` | |||
* | Python 2 'language': Python 2 (legacy) | Simon Shine | 2020-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 Shine | 2020-02-12 | -1/+1 |
| | | | | The list of references is exhausted by running 'ack docs/python'. | |||
* | Rename Python 2 markdown files into 'pythonlegacy' | Simon Shine | 2020-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 Dart | Bob | 2020-01-30 | -0/+566 |
| | ||||
* | Tweak markdown to properly render html | carl | 2019-09-20 | -4/+5 |
| | ||||
* | Type correction for the output of math.sqrt() propagated across versions and ↵ | Anindya Srivastava | 2019-02-06 | -1/+1 |
| | | | | languages | |||
* | Update pcre-tw.html.markdown | Pratik Karki | 2018-02-28 | -2/+1 |
| | ||||
* | Create PCRE-tw. | Hinet60613 | 2017-11-15 | -0/+84 |
| | ||||
* | [bash/zh-tw] delete extra line | Weihang Lo | 2016-08-03 | -1/+0 |
| | ||||
* | [bash/zh-tw] add missing line for rm command | Weihang Lo | 2016-08-03 | -0/+2 |
| | ||||
* | [bash/zh-tw] add zh-tw translation | Weihang Lo | 2016-07-31 | -0/+376 |
| | ||||
* | [Elixir/zh-Tw]Translation for Elixir of zh-tw | Tai An Su | 2016-04-22 | -0/+413 |
| | ||||
* | Fix typo | Hinet60613 | 2015-12-17 | -4/+2 |
| | ||||
* | Fix some typo and non-fluency. | Hinet60613 | 2015-12-17 | -12/+11 |
| | ||||
* | Rename file by adding -tw suffix. | Hinet60613 | 2015-12-06 | -1/+1 |
| | ||||
* | fix typo | rainjay | 2015-11-03 | -1/+1 |
| | ||||
* | Sec. 6 translated. All sections translated. Hooray. | Hinet60613 | 2015-11-02 | -15/+14 |
| | ||||
* | Finish Sec. 7 translation. | Hinet60613 | 2015-11-02 | -19/+15 |
| | ||||
* | Finish translation of Sec. 6 | Hinet60613 | 2015-11-02 | -22/+22 |
| | ||||
* | Translate to Sec. 4 finished. | Hinet60613 | 2015-11-02 | -97/+100 |
| | ||||
* | Add lang of translation. Translate to Line 255 | Hinet60613 | 2015-11-02 | -64/+65 |
| | ||||
* | Transated Python 2 to zh-tw. Line 01 .. 143 | Hinet60613 | 2015-11-02 | -0/+731 |