summaryrefslogtreecommitdiffhomepage
path: root/ru-ru
Commit message (Collapse)AuthorAgeLines
...
| | * | 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 ```
| * | | Purge my deadnameLeigh Brenecki2020-02-13-2/+2
| |/ /
| * | fix(javascript-ru): fixed return value comment in javascript-ru.html.markdownVitaliy Badalov2020-02-05-1/+1
| | |
| * | Merge pull request #3683 from heitorPB/c-update-book-linkDivay Prakash2020-01-11-1/+1
| |\ \ | | |/ | |/| [C/en,es,tr,pt-br,zh-cn,ru-ru] update book link
| | * [c/ru-ru] Fix book linkHeitor Pascoal de Bittencourt2019-10-08-1/+1
| | |
| * | Merge pull request #3792 from duboviy/masterAndre Polykanine2019-12-10-9/+9
| |\ \ | | | | | | | | [c,c++/ru-ru] Fix typos
| | * | [c/ru-ru] Fix typosEugene Duboviy2019-12-09-4/+4
| | | |
| | * | [c++/ru-ru] Fix typosEugene Duboviy2019-12-09-5/+5
| | | |
| * | | Update rust-ru.html.markdownMrn Om2019-12-08-1/+1
| | | | | | | | | | | | Fix typo
| * | | Merge pull request #3789 from duboviy/masterAndre Polykanine2019-12-06-2/+2
| |\| | | | | | | | | | [go/ru-ru] Fix typos
| | * | [go-ru] Fix typosEugene Duboviy2019-12-05-2/+2
| | | |
| * | | Update yaml-ru.html.markdownSergBobrovsky2019-11-24-1/+1
| | | |
| * | | Merge pull request #3767 from Basil22/patch-1Andre Polykanine2019-11-18-28/+25
| |\ \ \ | | | | | | | | | | [Rust/ru-ru] Update intro and fix some misspellings (Обновлена вводная часть и исправлены некоторые опечатки)
| | * | | Update rust-ru.html.markdownBasil222019-11-18-2/+3
| | | | |
| | * | | Обновлена вводная часть и исправлены ↵Basil222019-11-12-28/+24
| | | | | | | | | | | | | | | | | | | | некоторые опечатки
| * | | | Fix multiple minor typosvictor.mystery2019-11-17-5/+6
| |/ / /
| * | | Fixed indentationVlad Frolov2019-11-02-1/+1
| | | |
| * | | ru-ru/rust-ru: minor fix in translationVlad Frolov2019-11-02-2/+2
| |/ /
| * / [kotlin, ru] fix typoIlya Vorontsov2019-10-12-1/+1
| |/
| * [sql/ru] Fix translationAndre Polykanine2019-10-05-36/+53
| |
| * [ruby/ru] [ruby/en] added notes about postfix-if and aboutIlya Vorontsov2019-09-05-0/+10
| |
| * Merge pull request #3481 from shaltaev/masterDivay Prakash2019-08-21-0/+103
| |\ | | | | | | [sql/ru] SQL full translate
| | * Update sql-ru.html.markdownDivay Prakash2019-08-21-1/+1
| | |
| | * [ru-ru] SQL full translateshaltaev2019-02-21-0/+103
| | |
| * | Add name in to "translators" fieldAlexander Kovalchuk2019-08-02-2/+1
| | |
| * | Add description of linker scriptAlexander Kovalchuk2019-06-23-0/+204
| | |
| * | Аmended as requestedsatory-ra2019-03-14-2/+0
| | |
| * | Create Russian translation of VB tutorialsatory-ra2019-03-14-0/+286
| |/
| * Type correction for the output of math.sqrt() propagated across versions and ↵Anindya Srivastava2019-02-06-1/+1
| | | | | | | | languages
| * [bash/ru] Sync with English originalAndre Polykanine2018-12-23-78/+268
| |
| * [asymptotic-notation/ru] ProofreadingAndre Polykanine2018-12-23-225/+225
| |
| * Add lang codeAndre Polykanine2018-12-13-0/+1
| |
| * Update ru translation for YAMLSerge2018-12-12-14/+17
| |
| * Create yaml-ru.html.markdownSerge2018-12-11-0/+185
| |
| * [php-composer/ru] Update Russian translation for ComposerAndre Polykanine2018-12-07-59/+60
| | | | | | | | Fix various translation and spelling errors.
| * Add lang code suffix to filenameDivay Prakash2018-11-20-1/+1
| |
| * Various fixesDivay Prakash2018-11-20-3/+4
| |
| * Remove trailing spacesDivay Prakash2018-11-20-23/+23
| |
| * Add Russian translation of ComposerOleksii Lysenko2018-11-20-0/+195
| |
| * Add new link from 2242ad7Divay Prakash2018-10-14-0/+1
| |
| * Fix links and list stylingDivay Prakash2018-10-14-4/+2
| |
| * Fix bom situationAdam Bard2018-10-07-1/+1
| |
| * Add Russian translation for CrystalDen Patin2018-10-05-0/+584
| |
| * add line after language: rustAnatolij2018-09-20-0/+1
| | | | | | I add line after language: rust
| * Fix all requarements related to metadataAnatolij2018-09-20-1/+5
| | | | | | I put in all into about this document and myself
| * Create traslation rust.html.markdown to RussianAnatolij2018-09-20-0/+311
| | | | | | Implement translation to Russian
| * Merge pull request #3113 from filonenko-mikhail/masterDivay Prakash2018-09-17-0/+704
| |\ | | | | | | [commonlisp/ru-ru] Added russian translation
| | * Common Lisp: ru-ruMichael Filonenko2018-04-15-0/+704
| | |
| * | Merge pull request #3173 from piumosso/patch-1Divay Prakash2018-09-11-26/+26
| |\ \ | | | | | | | | Update clojure-ru.html.markdown
| | * | Update clojure-ru.html.markdownАртём2018-08-02-26/+26
| | |/