summaryrefslogtreecommitdiffhomepage
path: root/tr-tr
Commit message (Collapse)AuthorAgeLines
* 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
|/
* Dosya adı değiştirildiNuri Akman2019-01-15-0/+0
|
* Düzeltmeler yapıldıNuri Akman2019-01-15-42/+33
|
* Turkish HTML file added.Kemal MUTLU2019-01-15-0/+165
|
* Merge pull request #3125 from BTaskaya/masterDivay Prakash2018-10-24-3/+3
|\ | | | | [tr/py3] Broken OOP Example Fixed
| * Broken OOP Example FixedBatuhan Osman Taşkaya2018-05-12-3/+3
| | | | | | | | -> class Insan(obje) converted class Insan(object) -> Undefined self.name variable replaced self.isim
* | Fix formatting errorsDivay Prakash2018-10-14-10/+15
| |
* | Merge pull request #3296 from divayprakash/fix-linksDivay Prakash2018-10-14-4/+5
|\ \ | | | | | | [dynamic-programming] Fix links
| * | Fix linksDivay Prakash2018-10-14-4/+5
| | |
* | | Add new link from 2242ad7Divay Prakash2018-10-14-0/+1
| | |
* | | Fix links and list stylingDivay Prakash2018-10-14-4/+2
|/ /
* | Add language code suffix (#3206)Divay Prakash2018-09-04-1/+1
| |
* | Add language code suffix (#3206)Divay Prakash2018-09-04-1/+1
| |
* | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docsroot2018-08-25-1/+1
|\ \
| * | Fix build error in 'build/docs/tr-tr/markdown-tr/index.html'Divay Prakash2018-08-15-1/+1
| | |
* | | Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docsroot2018-08-02-12/+11
|\| |
| * | Fixed: Several typosAdem Budak2018-06-20-12/+11
| | |
* | | Add lang to tr-trroot2018-06-15-0/+2
|/ /
* | Merge branch 'master' of https://github.com/p1v0t/learnxinyminutes-docsAdem Budak2018-06-04-0/+2
|\ \
| * | Update: credit added.Adem Budak2018-06-03-0/+2
| | |
* | | C++/trAdem Budak2018-06-04-0/+1077
|/ / | | | | | | Turkish translation for C++ educational stuff
* / Git/trAdem Budak2018-05-11-0/+593
|/
* Update and rename css.html.markdown to css-tr.html.markdownPratik Karki2018-02-28-2/+2
|
* [css/tr]Turkish translate for CSS documentationFatih Turan2017-12-05-0/+304
|
* swift | fix style guidelinesDamian Rzeszot2017-10-09-7/+7
|