Commit Graph

79 Commits

Author SHA1 Message Date
Boris Verkhovskiy
d80cc3caeb
Remove "name:" (#5161) 2024-10-29 21:13:04 -06:00
Boris Verkhovskiy
f4d4fb76ba
Fix language names (#5148) 2024-10-20 14:46:35 -07:00
sai
17c33c33b5
[javascript/*] Update Javascript Garden link (#4984) 2024-08-29 20:32:02 -07:00
Marcel Ribeiro-Dantas
30edebae88
Merge pull request #4969 from verhovsky/remove-bare-links
Remove bare links
2024-06-21 02:11:51 -03:00
Mohammed Zohil PK
8f09bf246e
[go/cs-cz] Update Go Mobile link (#4974) 2024-06-05 04:43:58 -06:00
Boris Verkhovskiy
790a78e3cf Remove bare links 2024-06-03 13:31:20 -06:00
Boris Verkhovskiy
962dfca817 [markdown/*] remove table of contents 2024-04-20 00:52:37 -07:00
Boris Verkhovskiy
0f69e0cddb brainfuck -> bf
part 2
2024-04-19 03:45:39 -07:00
Boris Verkhovskiy
0aceb41100 [python/*] remove feedback email request 2024-04-07 03:54:02 -07:00
Boris Verkhovskiy
8f67b5f2ef fix language names 2024-04-07 03:46:42 -07:00
Boris Verkhovskiy
3e687f1a8c Remove leading and trailing empty lines in code blocks 2024-04-06 08:33:50 -07:00
Boris Verkhovskiy
01bbd084f1 Add empty lines before code blocks
otherwise they don't render as blocks
2024-04-04 04:02:42 -07:00
Boris Verkhovskiy
365200ce0a Fix syntax highlighting for Markdown 2024-04-03 04:05:40 -07:00
Kelli Rockwell
c2878077cb
Update Go official site links from golang.org -> go.dev (#4871) 2024-04-01 09:35:55 +02:00
qlikwer
3914133997
corrected an error in the number pi (#4839)
* Update go-de.html.markdown

corrected an error in the number pi

* Update go.html.markdown

corrected an error in the number pi

* Update go-pt.html.markdown

corrected an error in the number pi

* Update go-hu.html.markdown

corrected an error in the number pi

* Update go-cn.html.markdown

corrected an error in the number pi

* Update go-kr.html.markdown

corrected an error in the number pi

* Update go-ca.html.markdown

corrected an error in the number pi

* Update go-es.html.markdown

corrected an error in the number pi

* Update go-fi.html.markdown

corrected an error in the number pi

* Update go-fr.html.markdown

corrected an error in the number pi

* Update go-ru.html.markdown

corrected an error in the number pi

* Update go-it.html.markdown

corrected an error in the number pi

* Update go.html.markdown

corrected an error in the number pi
2024-02-12 13:18:44 +01:00
zjzj1996
fd802bfd43 fix:typo 2023-01-11 15:10:03 +08:00
tomas-hartman
20ed619532
[markdown/en] add chapters on table of contents and markdownlint (#4273)
* feat (Markdown-en): add info on markdownlint and table of contents

* fix (Markdown-cs-cz): fix typos

* fix (Markdown-en): keep lines short

* fix (Markdown-en): add further reading

* fix (Markdown-cs-cz): add further reading

Co-authored-by: Tomas Hartman <tomash@xcroco.com>
2021-11-27 21:19:54 +01:00
tomas-hartman
b9e9f9bcbd
[markdown/cs-cz] Improve translation language style and add subchapter on table of contents (#4271)
* refactor: improve stylistic quality of the translation and add minor chapters

* fix: limit to 80 chars per line

* fix (lang): fix some typos

Co-authored-by: Tomas Hartman <tomash@xcroco.com>
2021-11-17 00:56:42 +01:00
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