summaryrefslogtreecommitdiffhomepage
path: root/ar-ar
Commit message (Collapse)AuthorAgeLines
* [python/*] proofread en and ru and all linksBoris Verkhovskiy2024-04-26-4/+1
|
* github -> GitHubBoris Verkhovskiy2024-04-18-2/+2
|
* [python/*] remove feedback email requestBoris Verkhovskiy2024-04-07-2/+0
|
* Remove leading and trailing empty lines in code blocksBoris Verkhovskiy2024-04-06-2/+1
|
* [sql/ar] Add translation (#4078)AhmedOmarEissa2023-12-14-0/+135
| | | | | | | | | | | | | | | | | * Create sql-ar.html.markdown * Update sql-ar.html.markdown * Update sql-ar.html.markdown * sQL EDITS ONE * SQL Update 2 * Finalising translation * Update sql-ar.html.markdown * adding arabic translation for SQL
* Python 3: Use 'filename: learnpython*.py' (no '3')Simon Shine2020-02-12-1/+1
| | | | | | | | | | | | | | | | | | | | 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/' {} \; ```
* Python 3: 'language: Python'Simon Shine2020-02-12-1/+1
| | | | | | | | | | | | | Instead of listing 'language: python3' for Python 3, use language: Python as #3450 does. ``` find . -iname "python-*.markdown" -exec \ sed -i 's/language: python3/language: Python/' {} \; ```
* Switch links: 'python3 <-> python' and 'python <-> pythonlegacy'Simon Shine2020-02-12-1/+1
| | | | The list of references is exhausted by running 'ack docs/python'.
* Rename Python 3 markdown files into 'python'Simon Shine2020-02-12-0/+0
| | | | | | | | ``` for f in $(find . -iname "*python3*" | grep -vE 'git'); do fnew=$(echo "$f" | sed 's/python3/python/') git mv "$f" "$fnew" done
* Learn python 3 in Y minutes Arabic translationAhmad Hegazy2019-02-08-1/+1
|
* Learn python 3 in Y minutes Arabic translationAhmad Hegazy2019-02-08-0/+1019
|
* Update html-ar.html.markdownAdam Bard2017-04-12-0/+1
|
* [HTML/ar] Translate HTML to Arabic (#2627)Ader2017-01-12-0/+120
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.