Commit Graph

74 Commits

Author SHA1 Message Date
Ihor P. Sokorchuk
6c72a9c2b7
[awk/uk] translate AWK (#4306) 2024-05-14 19:59:10 -06:00
Marko M
b5f8ea76bc
[java/*] Update obsolete link to "Thinking in Java" (#4365) 2024-05-13 01:38:52 -06:00
Boris Verkhovskiy
b6bc1197b0 [rust/*] playpen -> Playground 2024-04-26 20:48:43 -07:00
Boris Verkhovskiy
5fb4c54268 unify header style 2024-04-26 02:16:54 -07:00
Boris Verkhovskiy
0aceb41100 [python/*] remove feedback email request 2024-04-07 03:54:02 -07:00
Boris Verkhovskiy
3e687f1a8c Remove leading and trailing empty lines in code blocks 2024-04-06 08:33:50 -07:00
Boris Verkhovskiy
0175032b87
Merge pull request #4621 from homedirectory/patch-1
[bash/ua] Update bash-ua.html.markdown
2024-04-04 08:21:39 -07:00
Kelli Rockwell
c2878077cb
Update Go official site links from golang.org -> go.dev (#4871) 2024-04-01 09:35:55 +02:00
homedirectory
e5dd7ddcf6
Update bash-ua.html.markdown
Fix some typos, improve grammar and enrich examples
2023-03-17 19:21:54 +02:00
Marcel Ribeiro Dantas, Ph.D
73e63bbc6e
Fix language name 2022-08-01 09:46:43 +02:00
Mathias Schmitt
e14e04ec41 [rust/uk] fix ukrainian translation. 2022-07-06 23:12:30 +02:00
Brian Holbrook
d208b72f6a
[mips/*] Fix branching example (#4315) 2022-03-03 15:44:38 +08:00
Ay355
9552f2a1fe
[rust/all] Remove .iter() on array example (#4230)
As of Rust 1.53.0, arrays implement the IntoIterator trait, making .iter() on an array unnecessary
2021-11-01 22:27:42 +01:00
Anastasiia Bondarenko
ed5f7694fd
[c/uk-ua] Add ukrainian translation for Clang (#3762)
* [c/uk-ua] Add ukrainian translation for Clang

* Apply suggestions from code review

Co-authored-by: Andre Polykanine <ap@oire.me>
2021-08-22 21:30:29 +02:00
Petru Madar
0086b92f09
[ruby/all] Replace tryruby.org with the proper link (#4217)
* Replace tryruby.org with the proper link

* Replace tryruby.org with the proper link
2021-08-21 23:08:42 +02:00
Adam Bard
0a0a40dc2d
Merge pull request #3856 from sshine/make-python3-default
[Python] Make Python 3 default
2020-02-13 22:00:05 -08:00
Leigh Brenecki
5864aba42d Purge my deadname 2020-02-13 10:38:29 +10:30
Simon Shine
887cbee8af Change 'filename:' for Python 2 (legacy)
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/' {} \;
```
2020-02-12 07:04:42 +01:00
Simon Shine
95c8b24ebf Python 2 'language': Python 2 (legacy)
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)/' {} \;
```
2020-02-12 05:09:13 +01:00
Simon Shine
1adab9bc3f Rename Python 2 markdown files into 'pythonlegacy'
```
for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do
  flegacy=$(echo "$f" | sed 's/python/pythonlegacy/')
  git mv "$f" "$flegacy"
done
```
2020-02-12 04:53:08 +01:00
tomdaly
aac08853c7
Fix en-us 'Get the code' link downloading uk-ua source code for Cypher 2019-11-14 13:21:25 +00:00
tomdaly
4d1ca15adb
Fix en-us 'Get the code' link downloading uk-ua source code for Go 2019-11-14 13:17:56 +00:00
Andre Polykanine
74d2ee855b
Merge pull request #3736 from AstiaSun/mips-ua
[mips/uk-ua] Add ukrainian translation for MIPS Assemly
2019-11-07 01:34:46 +02:00
Andre Polykanine
b05110a2d8
Merge pull request #3737 from AstiaSun/go-ua
[go/uk-ua] Add ukrainian translation for Go language
2019-11-07 01:32:43 +02:00
AstiaSun
69ef8d3f3a Fix discovered misspelling 2019-11-06 22:30:12 +02:00
AstiaSun
210e9b50ee Fix discovered misspelling 2019-11-02 23:14:01 +02:00
Andre Polykanine
a4006483fe
Merge pull request #3747 from AstiaSun/cypher-ua
[cypher/uk-ua] Add ukrainian translation for Cypher query language
2019-11-01 00:27:30 +02:00
AstiaSun
368870f4cd remove mistakes in words according to the review 2019-10-31 22:52:08 +02:00
AstiaSun
6a68f03b58 Update word misspelling indicated in the review 2019-10-31 22:25:58 +02:00
AstiaSun
c794757a68 merge 2019-10-31 22:04:17 +02:00
AstiaSun
172d93aae7 remove mistakes in words according to the review 2019-10-31 22:03:05 +02:00
Anastasiia Bondarenko
b54c2de7e4
Update uk-ua/kotlin-ua.html.markdown
Co-Authored-By: Andre Polykanine <ap@oire.me>
2019-10-31 20:44:37 +02:00
AstiaSun
2c8c0caa16 [cypher/uk-ua] Add ukrainian translation for Cypher query language 2019-10-30 22:56:46 +02:00
AstiaSun
d7af01bda2 [go/uk-ua] Add ukrainian translation for Go language 2019-10-30 20:06:18 +02:00
AstiaSun
10c2fbf75e [kotlin/uk-ua] Add ukrainian translation for Kotlin 2019-10-30 19:55:27 +02:00
AstiaSun
6b5938017b [mips/uk-ua] Add ukrainian translation for MIPS Assemly 2019-10-28 19:20:06 +02:00
Oleh Hromiak
e598dfb5b4 Fix [wasm/ua] lang param 2019-10-08 11:49:21 +03:00
Oleh Hromiak
3024f90a39 Fix [wasm/ua] filename 2019-10-07 22:35:03 +03:00
Oleh Hromiak
4fafc4a432 Add [wasm/uk-ua] and update name in [python/uk-ua] 2019-10-07 17:18:34 +03:00
Volodymyr Korniichuk
10405c42fd Added translation for [Rust/uk-ua] (#3613)
* Added uk-ua tranlation for Rust

* fixed lang

* fixed "80-symbols per line" limit

* Fix filename
2019-09-01 13:25:27 +05:30
Anindya Srivastava
9b5b5f6d31 Type correction for the output of math.sqrt() propagated across versions and languages 2019-02-06 07:31:34 +05:30
Divay Prakash
2d50b676c5 Fix upper register in character, closes #3014 2018-10-18 21:50:37 +05:30
Adam Bard
4c2ca97e55
Merge pull request #2983 from ogroleg/master
[python/ua] Add Ukrainian translation
2018-08-23 22:20:37 -07:00
perry eising
fbba6ede12 fix typo in uk-ua/java file 2018-07-27 13:52:31 -07:00
perry eising
9aac9b305b fix typos in uk-ua/javascript file 2018-07-27 13:48:58 -07:00
Oleg Gromyak
2e218f5dfb [python/ua] Add Ukrainian translation 2017-10-29 00:15:07 +03:00
Vasiliy Petrov
2095b65d8c [javascript/uk-ua] Fix typo 2017-10-11 21:50:51 +03:00
Pratik Karki
3959728d8c fix language code suffix(#2832) 2017-08-25 14:17:12 +05:45
Andre Polykanine A.K.A. Menelion Elensúlë
744f3a6d91 Merge pull request #2456 from Serg-Maximchuk/patch-1
[bash/uk-ua] Translation fixes
2016-12-13 15:47:29 +02:00
ven
4a8c39a21f #2500 followup 2016-10-23 19:25:09 +02:00