mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-25 16:23:37 +03:00
887cbee8af
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/' {} \; ``` |
||
---|---|---|
.. | ||
coffeescript-hu.html.markdown | ||
go-hu.html.markdown | ||
pythonlegacy-hu.html.markdown | ||
ruby-hu.html.markdown | ||
typescript-hu.html.markdown | ||
yaml-hu.html.markdown |