summaryrefslogtreecommitdiffhomepage
path: root/tr-tr
Commit message (Collapse)AuthorAgeLines
* Remove bare linksBoris Verkhovskiy2024-06-03-54/+53
|
* Remove email addressesBoris Verkhovskiy2024-05-31-30/+24
|
* Correct highlighted lanugagesBoris Verkhovskiy2024-05-27-1/+1
|
* Fix empty linksBoris Verkhovskiy2024-05-19-40/+29
|
* [jquery/tr] fix filenameBoris Verkhovskiy2024-05-17-1/+1
|
* Remove unnecessary filenamesBoris Verkhovskiy2024-05-17-1/+0
|
* [javascript/tr-tr] Javascript Documentation Translated into Turkish (#4667)Kaan Kacar2024-05-13-0/+606
|
* [python/*] proofread en and ru and all linksBoris Verkhovskiy2024-04-26-4/+2
|
* spaces in code and link spansBoris Verkhovskiy2024-04-20-8/+8
|
* trailing newlinesBoris Verkhovskiy2024-04-20-1/+1
|
* [typescript/*] Use ts for typescript syntaxBoris Verkhovskiy2024-04-19-1/+1
|
* [typescript/*] remove dead links and formatBoris Verkhovskiy2024-04-18-7/+5
|
* Move OpenCV, OpenGL, p5, PyQT, Qt Framework, raylib to 'Framework' section.luminist72024-04-14-2/+2
|
* [python/tr-tr] add missing quoteBoris Verkhovskiy2024-04-07-1/+1
|
* [python/*] remove feedback email requestBoris Verkhovskiy2024-04-07-6/+0
|
* Remove leading and trailing empty lines in code blocksBoris Verkhovskiy2024-04-06-22/+8
|
* iBooks -> Apple BooksBoris Verkhovskiy2024-04-06-1/+1
|
* Github -> GitHubBoris Verkhovskiy2024-04-04-1/+1
|
* Convert \r\n to \nBoris Verkhovskiy2024-04-04-124/+124
|
* Fix broken 4clojure linkswang sy2023-01-14-1/+1
|
* Update c to upercase CMarcel Ribeiro-Dantas2022-08-01-1/+1
|
* Update c# to upercase C#Marcel Ribeiro-Dantas2022-08-01-1/+1
|
* Update c++ to upercase C++Marcel Ribeiro-Dantas2022-08-01-1/+1
|
* Fix language nameMarcel Ribeiro Dantas, Ph.D2022-08-01-1/+1
|
* Fix filename extension for brainfuck fileMarcel Ribeiro Dantas, Ph.D2022-07-11-1/+1
|
* Remove GitGuy dead link from git material (close #4314)Marcel Ribeiro-Dantas2022-07-08-2/+0
|
* Merge pull request #4007 from LeaveNhA/ruby/tr-trAdam Bard2020-09-05-0/+1598
|\ | | | | [ruby/tr-tr] Ruby Original Document in Turkish!
| * Completed Ruby original Turkish document!LeaveNhA2020-09-04-0/+1598
| |
* | Update jquery-tr.html.markdownAdam Bard2020-09-05-1/+2
| | | | | | Fix category/language
* | jQuery Turkish document added.LeaveNhA2020-04-12-0/+337
|/
* 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/' {} \; ```
* Change 'filename:' for Python 2 (legacy)Simon Shine2020-02-12-1/+1
| | | | | | | | | | | | | | | | 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/' {} \; ```
* 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/' {} \; ```
* Python 2 'language': Python 2 (legacy)Simon Shine2020-02-12-1/+1
| | | | | | | | | | | Instead of listing 'language: python' for Python 2, use language: Python 2 (legacy) ``` find . -iname "*pythonlegacy*" -exec \ sed -i 's/^language: .*/language: Python 2 (legacy)/' {} \; ```
* 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
* Rename Python 2 markdown files into 'pythonlegacy'Simon Shine2020-02-12-0/+0
| | | | | | | | | ``` for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do flegacy=$(echo "$f" | sed 's/python/pythonlegacy/') git mv "$f" "$flegacy" done ```
* [c/tr] Fix book linkHeitor Pascoal de Bittencourt2019-10-08-1/+1
|
* Merge pull request #3609 from mtnylnky/masterDivay Prakash2019-08-21-0/+125
|\ | | | | Sql file added for Turkish
| * Sql file added for TurkishMetin Yalçınkaya2019-08-17-0/+125
| | | | | | Sql file created and added for Turkish language
* | [Edn/tr-tr] (#3607)Seçkin Kükrer2019-08-21-0/+157
| | | | | | | | | | | | | | | | * Added EDN documentation in Turkish * Contribution field added. Translation field added. Fixed file name. * Contributor field fixed, again. Added lang meta information.
* | [Clojure/tr-tr] Fix on Contributors field. (#3608)Seçkin Kükrer2019-08-20-0/+1
|/ | | | | | | * Added myself as a Contributor because this documentation is not just translation. Thank you for notice! * Same old pit-fall. 🤦
* Update clojure-tr.html.markdownAdam Bard2019-02-10-0/+1
|
* Merge pull request #3458 from sanindya-iiitd/patch-1Andre Polykanine2019-02-09-1/+1
|\ | | | | [python/all] Type correction for the output of math.sqrt()
| * Type correction for the output of math.sqrt() propagated across versions and ↵Anindya Srivastava2019-02-06-1/+1
| | | | | | | | languages
* | Fix typo in fix for #3461Divay Prakash2019-02-05-1/+1
| |
* | Fix #3461Divay Prakash2019-02-05-1/+2
| |
* | [clojure/tr] Fix typoAndre Polykanine2019-02-03-1/+1
| |
* | Fixes: removed forgotten lines, fix contributors area.LeaveNhA2019-02-01-5/+5
| |
* | Insert more examples, for different, simple perspective.LeaveNhA2019-01-21-0/+489
|/