learnxinyminutes-docs/el-gr
Simon Shine a3b0585374 Rename Python 3 markdown files into 'python'
```
for f in $(find . -iname "*python3*" | grep -vE 'git'); do
  fnew=$(echo "$f" | sed 's/python3/python/')
  git mv "$f" "$fnew"
done
2020-02-12 04:54:36 +01:00
..
bash-gr.html.markdown [bash/gr] Translate Bash to greek (#3595) 2019-08-10 23:26:02 +05:30
css-gr.html.markdown Improved the translation a little bit (#2511) 2016-10-26 10:20:03 +02:00
html-gr.html.markdown [html/gr] Add greek translation for the HTML language (#3588) 2019-08-03 23:55:27 +05:30
java-gr.html.markdown [java/el] Modified a sentence in the Greek java documentation (#2510) 2016-10-26 10:19:48 +02:00
json-gr.html.markdown Update json-gr.html.markdown 2018-11-17 10:21:39 +02:00
python-gr.html.markdown Rename Python 3 markdown files into 'python' 2020-02-12 04:54:36 +01:00
racket-gr.html.markdown Update racket-gr.html.markdown 2015-10-17 18:22:55 +03:00
scala-gr.html.markdown Update scala-gr.html.markdown 2015-10-18 00:02:18 +03:00