Commit Graph

61 Commits

Author SHA1 Message Date
Tomáš Bedřich
7b7464e178
Fix bad description of floor division 2020-02-19 10:04:30 +01:00
Adam Bard
ae75b35f5f fix cs-cz python3 again 2020-02-13 22:13:20 -08:00
Adam Bard
cb55323819 fix cs-cz python3 2020-02-13 22:07:05 -08: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
efe00fd06e Switch links: 'python3 <-> python' and 'python <-> pythonlegacy'
The list of references is exhausted by running 'ack docs/python'.
2020-02-12 05:03:08 +01:00
Simon Shine
a3b0585374 Rename Python 3 markdown files into 'python'
```
for f in $(find . -iname "*python3*" | grep -vE 'git'); do
  fnew=$(echo "$f" | sed 's/python3/python/')
  git mv "$f" "$fnew"
done
2020-02-12 04:54:36 +01:00
Tomáš Bedřich
f1a7e8f8b2
[python/cs-cz] Update examples: bool + generators 2019-09-20 16:27:27 +02:00
Anindya Srivastava
9b5b5f6d31 Type correction for the output of math.sqrt() propagated across versions and languages 2019-02-06 07:31:34 +05:30
Zdeněk Böhm
3268606f95 Fix text 2018-10-27 17:19:02 +05:30
Tomáš Kuba
5022b4544b fix spell typos and improve some more sentences 2018-10-15 11:01:42 +02:00
Tomáš Kuba
8d463993eb fix spell check errors 2018-10-15 10:42:55 +02:00
Tomáš Kuba
e0efb66f06 improve wording, fix typos, add missing text from english original 2018-10-14 23:31:33 +02:00
Divay Prakash
f5a53518ee Fix build error in 'build/docs/cs-cz/markdown/index.html' 2018-08-15 17:34:52 +05:30
andys8
c52ae61127 [elm] Update code to access tuples 2017-12-23 11:57:45 +01:00
Robin Pokorný
b57b771dd3 [elm/cs] Fixes #2584 for Czech (#2629) 2017-01-12 16:00:48 +01:00
samcv
650f0b5451 Remove the byte order mark from the Czech Javascript file. This file… (#2509)
* Remove the byte order mark from the Czech Javascript file.  This file wasn't showing up on the site before but this will fix it :)

* Add info on how to check if a file has a byte order marker to the CONTRIBUTING file

* Fit into 80 columns width
2016-10-26 10:19:06 +02:00
ven
ffba631fdd Update go.html.markdown 2016-09-05 22:19:48 +02:00
Ondrej Linek
30e5ceed31 add Czech [cs-cz] translation of the Go intro. (#2357) 2016-09-05 22:19:17 +02:00
Tomáš Roun
6996dcf3e3 added missing js examples for czech translation 2016-08-24 19:42:24 +02:00
Tomáš Roun
c6bfd82aa0 added missing modulo division (#2339) 2016-08-23 21:36:57 +02:00
ven
1288ddaac3 Fix cs-cz/javascript headers (#1773) 2016-05-27 11:27:36 +02:00
MichalMartinek
9aea9445f2 Czech translation for JS (#1773) 2016-05-27 11:26:56 +02:00
ven
cdc8ff6e6c Fix headers for cs-cz/css (#1771) 2016-05-27 11:24:54 +02:00
MichalMartinek
e0a5ad7353 Czech translation for CSS (#1771) 2016-05-27 11:24:07 +02:00
Vojta Svoboda
0edf991301 [hack/cs] Add cs_CZ locale for Hack
* [hack/cs] Add cs_CZ locale for Hack

* Add -cs suffix

Add -cs suffix
2016-04-15 12:08:55 +02:00
Robin Pokorný
5ad3c1d9d1 Fix typo 2016-04-05 09:20:00 +02:00
Ondřej Žára
1d15820b8f Update elm.html.markdown 2016-04-04 14:52:20 +02:00
Robin Pokorný
f7e0953340 Add Czech translation of Elm 2016-04-04 14:52:20 +02:00
Adam Bard
81e3152c4a Update python3.html.markdown 2016-03-21 16:31:18 -07:00
ven
0a2e8e3e7d Merge pull request #1386 from vojtasvoboda/translation/json-cs
[json/cs] JSON translation to cs_CZ
2016-03-11 10:14:40 +01:00
Vojta Svoboda
cb83439fc9 Fix duplicated attribute 2016-03-11 10:01:08 +01:00
ven
346995e55f Merge pull request #1346 from vojtasvoboda/translation/brainfuck-cs
[brainfuck/cs] Brainfuck cs_CZ translation
2016-03-10 23:41:16 +01:00
Vojta Svoboda
2e57c76561 Add a -cz suffix to the filename 2016-03-10 23:06:40 +01:00
Vojta Svoboda
1b0c897982 Add a -cz suffix to the filename 2016-03-10 23:05:24 +01:00
Zach Latta
484300f1db Fix capitalization of GitHub 2016-02-23 16:12:44 -08:00
Adam Bard
8d6d142e4a Update markdown.html.markdown 2016-02-18 19:18:35 -08:00
Adam
ef28fa6977 Merge branch 'master' of github.com:adambard/learnxinyminutes-docs 2016-01-08 14:35:53 +08:00
Adam
8ad537a9ba unfuck markdown doc 2016-01-08 14:35:16 +08:00
Ondrej Simek
442479a3c8 [markdown/cz] Fix missing 'lang' in front matter 2015-12-17 21:30:03 +01:00
Adam Bard
ff6b1472d3 Merge pull request #1889 from MichalMartinek/sass-cs
[sass/cs] Czech translation for Sass
2015-12-11 05:51:44 +07:00
MichalMartinek
38f2fb9a0b Update sass.html.markdown 2015-12-10 22:45:40 +01:00
Spurlow
d4b71bf6b2 Merge pull request #1774 from MichalMartinek/md-cs
[markdown/cs] Czech translation for Markdown
2015-11-27 11:48:59 +07:00
Gnomino
7933ea3ce0 Applies a1ed02d6fa to translations 2015-11-21 19:08:39 +01:00
Michal Martinek
d94d88cd20 Czech translation for Sass 2015-10-29 19:21:48 +01:00
Michal Martinek
0053fdbd2f Czech translation for Markdown 2015-10-24 19:42:34 +02:00
ScheRas
d2a8a7f161 Fixed typo 2015-10-14 21:11:05 +02:00
Vojta Svoboda
4d619e9b0f [json/cs] JSON translation to cs_CZ 2015-10-07 10:22:08 +02:00
Vojta Svoboda
6dabd9568d Brainfuck cs_CZ translation 2015-10-05 10:15:07 +02:00
Levi Bostian
5254c21bbe Add lang: to header of Python3 cs-cz file. 2015-10-01 09:39:00 -05:00