learnxinyminutes-docs/ro-ro
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-ro.html.markdown
bf-ro.html.markdown Attempt at #2299 2016-07-06 12:09:20 +02:00
clojure-ro.html.markdown
coffeescript-ro.html.markdown
elixir-ro.html.markdown Add language label 2018-09-05 11:53:59 -05:00
haskell-ro.html.markdown [haskell] Updating second headline (#2695) 2017-04-01 22:19:58 +02:00
json-ro.html.markdown
latex-ro.html.markdown Fixed typos for latex-ro, added haskell-ro (#2266) 2016-05-26 21:00:16 +02:00
pythonlegacy-ro.html.markdown Change 'filename:' for Python 2 (legacy) 2020-02-12 07:04:42 +01:00
ruby-ro.html.markdown
xml-ro.html.markdown