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
Ahmad Hegazy
e8191ae86f
Learn python 3 in Y minutes Arabic translation
2019-02-08 01:43:07 +02:00
Ahmad Hegazy
0debc5077f
Learn python 3 in Y minutes Arabic translation
2019-02-08 01:39:21 +02:00
Adam Bard
f51e8691fc
Update html-ar.html.markdown
2017-04-12 13:59:14 -07:00
Ader
bd1a18fb44
[HTML/ar] Translate HTML to Arabic ( #2627 )
...
Create ar-ar dir and save the file into it.
This is just a translation of the html English file.
Please consider forcing right-to-left when (and if) this will be added to the website.
2017-01-12 10:02:19 +01:00