learnxinyminutes-docs/pl-pl
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
..
bf-pl.html.markdown [bf/pl-pl] Fix typo in url 2019-10-03 22:45:27 +02:00
haskell-pl.html.markdown Add filename(#2832) 2017-08-25 13:54:01 +05:45
java-pl.html.markdown Adding the file option 2019-03-16 07:35:09 +01:00
json-pl.html.markdown Attempted to fix the messed-up frontmatter for Polish. See #2829. 2017-08-23 00:11:10 +03:00
perl-pl.html.markdown Add language code suffix(#2832) 2017-08-25 13:55:25 +05:45
pythonlegacy-pl.html.markdown Change 'filename:' for Python 2 (legacy) 2020-02-12 07:04:42 +01:00
ruby-pl.html.markdown fix #2382 2016-09-22 16:25:13 +02:00
vim-pl.html.markdown fix broken URL for vim (#2744) 2017-06-01 11:31:14 +02:00
xml-pl.html.markdown Add Polish translations for XML 2015-10-01 09:57:34 +02:00