learnxinyminutes-docs/tr-tr
Simon Shine ae848c481f Python 3: Use 'filename: learnpython*.py' (no '3')
Before renaming, Python 3 filenames were 'learnpython3*.py'.

This commit removes the '3' part from the filename.

To verify that the filenames were named consistently across
translations prior to this commit, and to change this:

```
ack -H 'filename:' python.html.markdown
find . -name "python-*.markdown" -exec ack -H 'filename:' {} \;

sed -i 's/^filename: learnpython3/filename: learnpython/' \
  python.html.markdown

find . -name "python-*.markdown" -exec \
  sed -i 's/^filename: learnpython3/filename: learnpython/' {} \;
```
2020-02-12 07:04:42 +01:00
..
bf-tr.html.markdown brainfuck->bf 2016-02-12 11:42:25 -08:00
c-tr.html.markdown [c/tr] Fix book link 2019-10-08 21:28:45 -03:00
c++-tr.html.markdown Add new link from 2242ad7 2018-10-14 05:51:14 +05:30
clojure-tr.html.markdown [Clojure/tr-tr] Fix on Contributors field. (#3608) 2019-08-20 12:15:22 +05:30
csharp-tr.html.markdown Put demonstrative condition into ternary expression 2015-10-04 21:56:24 +02:00
css-tr.html.markdown Update and rename css.html.markdown to css-tr.html.markdown 2018-02-28 15:18:06 +05:45
dynamic-programming-tr.html.markdown Fix formatting errors 2018-10-14 06:23:58 +05:30
edn-tr.html.markdown [Edn/tr-tr] (#3607) 2019-08-21 12:04:19 +05:30
fsharp-tr.html.markdown Update fsharp-tr.html.markdown 2016-04-25 22:51:05 -07:00
git-tr.html.markdown Add language code suffix (#3206) 2018-09-04 18:29:36 +05:30
html-tr.html.markdown Fix typo in fix for #3461 2019-02-05 09:28:48 +05:30
kotlin-tr.html.markdown add filename and language 2017-08-25 16:01:42 +05:45
markdown-tr.html.markdown Fix build error in 'build/docs/tr-tr/markdown-tr/index.html' 2018-08-15 17:42:49 +05:30
objective-c-tr.html.markdown [objective-c/en-fr-ru-tr-vn] Enable syntax highlighting 2015-10-09 15:34:27 +01:00
php-tr.html.markdown Capitalize language names for translations. 2014-10-12 14:24:42 -07:00
python-tr.html.markdown Python 3: Use 'filename: learnpython*.py' (no '3') 2020-02-12 07:04:42 +01:00
pythonlegacy-tr.html.markdown Change 'filename:' for Python 2 (legacy) 2020-02-12 07:04:42 +01:00
sql-tr.html.markdown Sql file added for Turkish 2019-08-17 16:06:03 +03:00
swift-tr.html.markdown swift | fix style guidelines 2017-10-09 08:04:01 +02:00
typescript-tr.html.markdown TypeScript Turkish translation (#2246) 2016-04-28 08:56:57 +02:00