learnxinyminutes-docs/zh-tw
Simon Shine 887cbee8af Change 'filename:' for Python 2 (legacy)
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/' {} \;
```
2020-02-12 07:04:42 +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 Change 'filename:' for Python 2 (legacy) 2020-02-12 07:04:42 +01:00