summaryrefslogtreecommitdiffhomepage
path: root/uk-ua
Commit message (Collapse)AuthorAgeLines
* Correct highlighted lanugagesBoris Verkhovskiy2024-05-27-1/+1
|
* [awk/uk] translate AWK (#4306)Ihor P. Sokorchuk2024-05-14-0/+397
|
* [java/*] Update obsolete link to "Thinking in Java" (#4365)Marko M2024-05-13-1/+1
|
* [rust/*] playpen -> PlaygroundBoris Verkhovskiy2024-04-26-1/+1
|
* unify header styleBoris Verkhovskiy2024-04-26-58/+39
|
* [python/*] remove feedback email requestBoris Verkhovskiy2024-04-07-3/+0
|
* Remove leading and trailing empty lines in code blocksBoris Verkhovskiy2024-04-06-7/+19
|
* Merge pull request #4621 from homedirectory/patch-1Boris Verkhovskiy2024-04-04-10/+10
|\ | | | | [bash/ua] Update bash-ua.html.markdown
| * Update bash-ua.html.markdownhomedirectory2023-03-17-10/+10
| | | | | | Fix some typos, improve grammar and enrich examples
* | Update Go official site links from golang.org -> go.dev (#4871)Kelli Rockwell2024-04-01-5/+5
|/
* Fix language nameMarcel Ribeiro Dantas, Ph.D2022-08-01-1/+1
|
* [rust/uk] fix ukrainian translation.Mathias Schmitt2022-07-06-1/+1
|
* [mips/*] Fix branching example (#4315)Brian Holbrook2022-03-03-1/+1
|
* [rust/all] Remove .iter() on array example (#4230)Ay3552021-11-01-1/+1
| | | As of Rust 1.53.0, arrays implement the IntoIterator trait, making .iter() on an array unnecessary
* [c/uk-ua] Add ukrainian translation for Clang (#3762)Anastasiia Bondarenko2021-08-22-0/+860
| | | | | | | * [c/uk-ua] Add ukrainian translation for Clang * Apply suggestions from code review Co-authored-by: Andre Polykanine <ap@oire.me>
* [ruby/all] Replace tryruby.org with the proper link (#4217)Petru Madar2021-08-21-1/+1
| | | | | * Replace tryruby.org with the proper link * Replace tryruby.org with the proper link
* Merge pull request #3856 from sshine/make-python3-defaultAdam Bard2020-02-13-2/+2
|\ | | | | [Python] Make Python 3 default
| * 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 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)/' {} \; ```
| * 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-1/+1
|/
* Fix en-us 'Get the code' link downloading uk-ua source code for Cyphertomdaly2019-11-14-1/+1
|
* Fix en-us 'Get the code' link downloading uk-ua source code for Gotomdaly2019-11-14-1/+1
|
* Merge pull request #3736 from AstiaSun/mips-uaAndre Polykanine2019-11-07-0/+366
|\ | | | | [mips/uk-ua] Add ukrainian translation for MIPS Assemly
| * Fix discovered misspellingAstiaSun2019-11-02-61/+61
| |
| * [mips/uk-ua] Add ukrainian translation for MIPS AssemlyAstiaSun2019-10-28-0/+366
| |
* | Merge pull request #3737 from AstiaSun/go-uaAndre Polykanine2019-11-07-0/+449
|\ \ | | | | | | [go/uk-ua] Add ukrainian translation for Go language
| * | Fix discovered misspellingAstiaSun2019-11-06-50/+49
| | |
| * | [go/uk-ua] Add ukrainian translation for Go languageAstiaSun2019-10-30-0/+450
| |/
* | Merge pull request #3747 from AstiaSun/cypher-uaAndre Polykanine2019-11-01-0/+254
|\ \ | | | | | | [cypher/uk-ua] Add ukrainian translation for Cypher query language
| * | Update word misspelling indicated in the reviewAstiaSun2019-10-31-16/+16
| | |
| * | [cypher/uk-ua] Add ukrainian translation for Cypher query languageAstiaSun2019-10-30-0/+254
| |/
* | remove mistakes in words according to the reviewAstiaSun2019-10-31-15/+16
| |
* | mergeAstiaSun2019-10-31-1/+1
|\ \
| * | Update uk-ua/kotlin-ua.html.markdownAnastasiia Bondarenko2019-10-31-1/+1
| | | | | | | | | Co-Authored-By: Andre Polykanine <ap@oire.me>
* | | remove mistakes in words according to the reviewAstiaSun2019-10-31-9/+9
|/ /
* / [kotlin/uk-ua] Add ukrainian translation for KotlinAstiaSun2019-10-30-0/+463
|/
* Fix [wasm/ua] lang paramOleh Hromiak2019-10-08-0/+1
|
* Fix [wasm/ua] filenameOleh Hromiak2019-10-07-0/+0
|
* Add [wasm/uk-ua] and update name in [python/uk-ua]Oleh Hromiak2019-10-07-1/+226
|
* Added translation for [Rust/uk-ua] (#3613)Volodymyr Korniichuk2019-09-01-0/+331
| | | | | | | | | | * Added uk-ua tranlation for Rust * fixed lang * fixed "80-symbols per line" limit * Fix filename
* Type correction for the output of math.sqrt() propagated across versions and ↵Anindya Srivastava2019-02-06-1/+1
| | | | languages
* Fix upper register in character, closes #3014Divay Prakash2018-10-18-1/+1
|
* Merge pull request #2983 from ogroleg/masterAdam Bard2018-08-23-0/+818
|\ | | | | [python/ua] Add Ukrainian translation
| * [python/ua] Add Ukrainian translationOleg Gromyak2017-10-29-0/+818
| |
* | fix typo in uk-ua/java fileperry eising2018-07-27-25/+25
| |
* | fix typos in uk-ua/javascript fileperry eising2018-07-27-8/+8
|/
* [javascript/uk-ua] Fix typoVasiliy Petrov2017-10-11-1/+1
|
* fix language code suffix(#2832)Pratik Karki2017-08-25-1/+2
|
* Merge pull request #2456 from Serg-Maximchuk/patch-1Andre Polykanine A.K.A. Menelion Elensúlë2016-12-13-9/+7
|\ | | | | [bash/uk-ua] Translation fixes