Commit Graph

72 Commits

Author SHA1 Message Date
sai
17c33c33b5
[javascript/*] Update Javascript Garden link (#4984) 2024-08-29 20:32:02 -07:00
Coldle
c21f0c4a24
[markdown/it-it,vi-vn,zh-cn,ko-kr,ru-ru] Fixed displaying of three backticks (#4986) 2024-07-06 04:55:17 -06:00
Boris Verkhovskiy
f18b36c3bf [lua/*] remove HTML tags 2024-06-03 05:37:35 -06:00
Boris Verkhovskiy
3ea2b0b29f Remove email addresses 2024-05-31 12:18:45 -06:00
Eunpyoung Kim
01ef2df20b
[common-lisp/ko-kr] Translate (#4805) 2024-05-13 10:57:47 -06:00
Eunpyoung Kim
bb2e6c755c
[clojure-macros/ko-kr] Translate (#4806) 2024-05-13 10:54:38 -06:00
Boris Verkhovskiy
33e7713577 [vim/*] highlight vimrc 2024-04-20 00:57:37 -07:00
Boris Verkhovskiy
962dfca817 [markdown/*] remove table of contents 2024-04-20 00:52:37 -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
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
wang sy
5f941a4dee Fix broken 4clojure links 2023-01-14 13:42:05 +08:00
Justin Yang
45d5be3c4a
[yaml/ko-KR] Translate updated en document (#4272)
This contains translations:

7d6d0311 [yaml/en] Remove unused anchor
f2b4df9a UTF-8/16/32 characters need to be encoded
699ab981 Correct wording, closes #3098
62e9ea6b Explain regexp, closes #2197
dba905ff Fix YAML, closes #3172 (#3329)
7cd43d8a [yaml/en] Use preferred style; add missing uses
ae1d18ad [yaml/en] Fix #2558 1 is interpreted as a number not as a boolean. For a boolean use we use true

Signed-off-by: Justin Yang <justin.yang@themedium.io>
2021-11-27 21:26:01 +01:00
Yeongjae Jang
54c34420f8 Update vim-kr.html.markdown 2020-05-26 18:45:43 -07:00
Luxor
bede2a3f17 Update vim-kr.html.markdown
Correcting typos and add some lines
2020-05-26 18:45:43 -07: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
Anindya Srivastava
9b5b5f6d31 Type correction for the output of math.sqrt() propagated across versions and languages 2019-02-06 07:31:34 +05:30
Adam Bard
573b2f673c md 2018-08-24 19:44:16 -07:00
Divay Prakash
6e5abf012d Fix build error in 'build/docs/ko-kr/markdown-kr/index.html' 2018-08-15 17:27:48 +05:30
Pratik Karki
698fc5f314 Add filename(#2832) 2017-08-25 13:49:55 +05:45
Yan Zhang
a2ee84b201 fix broken URL for vim (#2744) 2017-06-01 11:31:14 +02:00
João Vitor Verona Biazibetti
d30d6f69ca [Kotlin/all] Remove whitespace in variable declaration with explicit type (#2733)
* Removed whitespace in variable declaration with explicit type (Kotlin)

* Removed whitespace in variable declaration with explicit type (Kotlin translations)
2017-05-19 23:34:27 +02:00
Pablo Najt
c1d773eab7 [kotlin/all] Rename variable fooMutableDate to fooMutableData (#2688) (#2689) 2017-03-24 18:53:41 +01:00
Wooseop Kim
81c7372cea Translate Vim doc to Korean (#2628) 2017-01-12 10:00:40 +01:00
Wooseop Kim
fb9c7b9102 [bash/ko] Translate Bash to Korean (#2623)
* Translate Bash to Korean

* Fix front matter
2017-01-06 13:33:35 +01:00
Alan Jeon
584ae4f5fc [kotlin/ko-kr] Add korean translation for kotlin (#2609)
* Add korean translation for kotlin

* Add (EN) tag to english links
2016-12-27 17:18:03 +01:00
Wooseop Kim
b1d9f3aa90 [yaml/ko-kr]Translate YAML doc (#2488)
* Translate YAML doc

* Add (EN) tags
2016-10-26 10:18:44 +02:00
Wooseop Kim
547174ad4f [json/ko-kr]Translate JSON doc (#2485)
* Translate JSON doc

* Use ko-kr links
2016-10-25 09:50:46 +02:00
Wooseop Kim
eebd96841c [md/ko-kr]Translate Markdown doc (#2486)
* Translate Markdown doc

* Fix typos
2016-10-25 09:39:35 +02:00
Wooseop Kim
946584a6d7 [xml/ko-kr]Translate XML doc (#2487)
* Translate XML doc

* Add (EN) tags
2016-10-25 09:39:05 +02:00
Taesung Jung
9f6ecfddd2 adds Korean translation for Erlang 2016-02-28 15:28:44 -08:00
Zach Latta
484300f1db Fix capitalization of GitHub 2016-02-23 16:12:44 -08:00
Adam
5aa692f5f3 brainfuck->bf 2016-02-12 11:42:25 -08:00
Gerson Lázaro
e848adf9d5 Fix for issue #1248 [fa-ir, zh-cn, ko-kr, es-es, ru-ru, fr-fr, de-de] 2015-10-05 15:20:35 -05:00
Geoffrey Liu
ef6544a886 Capitalize language names for translations.
#137
2014-10-12 14:24:42 -07:00
James Baxter
4b5cbc91eb Fixed the statement that rune is an alias for uint32 in the translations 2014-08-19 12:56:27 +01:00
m90
7cf0bcb828 [javascript/*] typeof is an operand and not a function/method - fix usage / remove parens 2014-08-09 21:41:12 +02:00
ins429
befd5b66aa [go/ko-kr] add missing translations 2014-06-01 16:25:55 -07:00
KIM Taegyoon
3a44e9de35 filename fixed 2014-05-24 18:36:25 +09:00
KIM Taegyoon
217d0b076c added racket-kr 2014-05-24 18:19:57 +09:00
Adam
0b2a283db4 Updated a lot of filenames 2014-01-29 23:30:28 -08:00
Adam
8185f5e033 Updated learngo filenames 2014-01-29 23:20:11 -08:00
Jongmin Kim
9b3ce954b1 Complete Korean translation 2014-01-08 16:44:30 +09:00
Jongmin Kim
c07cb9560c Added Go translation in Korean 2014-01-08 15:48:33 +09:00