learnxinyminutes-docs/zh-tw
Simon Shine 1adab9bc3f Rename Python 2 markdown files into 'pythonlegacy'
```
for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do
  flegacy=$(echo "$f" | sed 's/python/pythonlegacy/')
  git mv "$f" "$flegacy"
done
```
2020-02-12 04:53:08 +01:00
..
bash-tw.html.markdown [bash/zh-tw] delete extra line 2016-08-03 02:05:09 +08:00
dart-tw.html.markdown Added zh-tw translation to Dart 2020-01-30 17:19:48 +08:00
elixir-tw.html.markdown [Elixir/zh-Tw]Translation for Elixir of zh-tw 2016-04-22 05:01:11 +08:00
pcre-tw.html.markdown Tweak markdown to properly render html 2019-09-20 14:12:41 +10:00
pythonlegacy-tw.html.markdown Rename Python 2 markdown files into 'pythonlegacy' 2020-02-12 04:53:08 +01:00