Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge pull request #3856 from sshine/make-python3-default | Adam Bard | 2020-02-13 | -225/+225 |
|\ | | | | | [Python] Make Python 3 default | |||
| * | Python 3: Use 'filename: learnpython*.py' (no '3') | Simon Shine | 2020-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 Shine | 2020-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 Shine | 2020-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 Shine | 2020-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)/' {} \; ``` | |||
| * | Rename Python 3 markdown files into 'python' | Simon Shine | 2020-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 Shine | 2020-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 ``` | |||
* | | Purge my deadname | Leigh Brenecki | 2020-02-13 | -2/+2 |
|/ | ||||
* | fix(javascript-ru): fixed return value comment in javascript-ru.html.markdown | Vitaliy Badalov | 2020-02-05 | -1/+1 |
| | ||||
* | Merge pull request #3683 from heitorPB/c-update-book-link | Divay Prakash | 2020-01-11 | -1/+1 |
|\ | | | | | [C/en,es,tr,pt-br,zh-cn,ru-ru] update book link | |||
| * | [c/ru-ru] Fix book link | Heitor Pascoal de Bittencourt | 2019-10-08 | -1/+1 |
| | | ||||
* | | Merge pull request #3792 from duboviy/master | Andre Polykanine | 2019-12-10 | -9/+9 |
|\ \ | | | | | | | [c,c++/ru-ru] Fix typos | |||
| * | | [c/ru-ru] Fix typos | Eugene Duboviy | 2019-12-09 | -4/+4 |
| | | | ||||
| * | | [c++/ru-ru] Fix typos | Eugene Duboviy | 2019-12-09 | -5/+5 |
| | | | ||||
* | | | Update rust-ru.html.markdown | Mrn Om | 2019-12-08 | -1/+1 |
| | | | | | | | | | Fix typo | |||
* | | | Merge pull request #3789 from duboviy/master | Andre Polykanine | 2019-12-06 | -2/+2 |
|\| | | | | | | | | [go/ru-ru] Fix typos | |||
| * | | [go-ru] Fix typos | Eugene Duboviy | 2019-12-05 | -2/+2 |
| | | | ||||
* | | | Update yaml-ru.html.markdown | SergBobrovsky | 2019-11-24 | -1/+1 |
| | | | ||||
* | | | Merge pull request #3767 from Basil22/patch-1 | Andre Polykanine | 2019-11-18 | -28/+25 |
|\ \ \ | | | | | | | | | [Rust/ru-ru] Update intro and fix some misspellings (Обновлена вводная часть и исправлены некоторые опечатки) | |||
| * | | | Update rust-ru.html.markdown | Basil22 | 2019-11-18 | -2/+3 |
| | | | | ||||
| * | | | Обновлена вводная часть и исправлены ↵ | Basil22 | 2019-11-12 | -28/+24 |
| | | | | | | | | | | | | | | | | некоторые опечатки | |||
* | | | | Fix multiple minor typos | victor.mystery | 2019-11-17 | -5/+6 |
|/ / / | ||||
* | | | Fixed indentation | Vlad Frolov | 2019-11-02 | -1/+1 |
| | | | ||||
* | | | ru-ru/rust-ru: minor fix in translation | Vlad Frolov | 2019-11-02 | -2/+2 |
|/ / | ||||
* / | [kotlin, ru] fix typo | Ilya Vorontsov | 2019-10-12 | -1/+1 |
|/ | ||||
* | [sql/ru] Fix translation | Andre Polykanine | 2019-10-05 | -36/+53 |
| | ||||
* | [ruby/ru] [ruby/en] added notes about postfix-if and about | Ilya Vorontsov | 2019-09-05 | -0/+10 |
| | ||||
* | Merge pull request #3481 from shaltaev/master | Divay Prakash | 2019-08-21 | -0/+103 |
|\ | | | | | [sql/ru] SQL full translate | |||
| * | Update sql-ru.html.markdown | Divay Prakash | 2019-08-21 | -1/+1 |
| | | ||||
| * | [ru-ru] SQL full translate | shaltaev | 2019-02-21 | -0/+103 |
| | | ||||
* | | Add name in to "translators" field | Alexander Kovalchuk | 2019-08-02 | -2/+1 |
| | | ||||
* | | Add description of linker script | Alexander Kovalchuk | 2019-06-23 | -0/+204 |
| | | ||||
* | | Аmended as requested | satory-ra | 2019-03-14 | -2/+0 |
| | | ||||
* | | Create Russian translation of VB tutorial | satory-ra | 2019-03-14 | -0/+286 |
|/ | ||||
* | Type correction for the output of math.sqrt() propagated across versions and ↵ | Anindya Srivastava | 2019-02-06 | -1/+1 |
| | | | | languages | |||
* | [bash/ru] Sync with English original | Andre Polykanine | 2018-12-23 | -78/+268 |
| | ||||
* | [asymptotic-notation/ru] Proofreading | Andre Polykanine | 2018-12-23 | -225/+225 |
| | ||||
* | Add lang code | Andre Polykanine | 2018-12-13 | -0/+1 |
| | ||||
* | Update ru translation for YAML | Serge | 2018-12-12 | -14/+17 |
| | ||||
* | Create yaml-ru.html.markdown | Serge | 2018-12-11 | -0/+185 |
| | ||||
* | [php-composer/ru] Update Russian translation for Composer | Andre Polykanine | 2018-12-07 | -59/+60 |
| | | | | Fix various translation and spelling errors. | |||
* | Add lang code suffix to filename | Divay Prakash | 2018-11-20 | -1/+1 |
| | ||||
* | Various fixes | Divay Prakash | 2018-11-20 | -3/+4 |
| | ||||
* | Remove trailing spaces | Divay Prakash | 2018-11-20 | -23/+23 |
| | ||||
* | Add Russian translation of Composer | Oleksii Lysenko | 2018-11-20 | -0/+195 |
| | ||||
* | Add new link from 2242ad7 | Divay Prakash | 2018-10-14 | -0/+1 |
| | ||||
* | Fix links and list styling | Divay Prakash | 2018-10-14 | -4/+2 |
| | ||||
* | Fix bom situation | Adam Bard | 2018-10-07 | -1/+1 |
| | ||||
* | Add Russian translation for Crystal | Den Patin | 2018-10-05 | -0/+584 |
| | ||||
* | add line after language: rust | Anatolij | 2018-09-20 | -0/+1 |
| | | | I add line after language: rust |