learnxinyminutes-docs/pl-pl
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
..
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 Rename Python 2 markdown files into 'pythonlegacy' 2020-02-12 04:53:08 +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