summaryrefslogtreecommitdiffhomepage
path: root/ko-kr
Commit message (Collapse)AuthorAgeLines
* [markdown/it-it,vi-vn,zh-cn,ko-kr,ru-ru] Fixed displaying of three backticks ↵Coldle2024-07-06-1/+1
| | | | (#4986)
* [lua/*] remove HTML tagsBoris Verkhovskiy2024-06-03-23/+23
|
* Remove email addressesBoris Verkhovskiy2024-05-31-36/+33
|
* [common-lisp/ko-kr] Translate (#4805)Eunpyoung Kim2024-05-13-0/+684
|
* [clojure-macros/ko-kr] Translate (#4806)Eunpyoung Kim2024-05-13-0/+147
|
* [vim/*] highlight vimrcBoris Verkhovskiy2024-04-20-11/+11
|
* [markdown/*] remove table of contentsBoris Verkhovskiy2024-04-20-11/+1
|
* [python/*] remove feedback email requestBoris Verkhovskiy2024-04-07-3/+0
|
* Remove leading and trailing empty lines in code blocksBoris Verkhovskiy2024-04-06-7/+0
|
* Fix syntax highlighting for MarkdownBoris Verkhovskiy2024-04-03-13/+40
|
* Update Go official site links from golang.org -> go.dev (#4871)Kelli Rockwell2024-04-01-3/+3
|
* corrected an error in the number pi (#4839)qlikwer2024-02-12-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix broken 4clojure linkswang sy2023-01-14-1/+1
|
* [yaml/ko-KR] Translate updated en document (#4272)Justin Yang2021-11-27-50/+63
| | | | | | | | | | | | | 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>
* Update vim-kr.html.markdownYeongjae Jang2020-05-26-1/+1
|
* Update vim-kr.html.markdownLuxor2020-05-26-11/+45
| | | Correcting typos and add some lines
* 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-4/+4
|/
* Type correction for the output of math.sqrt() propagated across versions and ↵Anindya Srivastava2019-02-06-1/+1
| | | | languages
* mdAdam Bard2018-08-24-28/+28
|
* Fix build error in 'build/docs/ko-kr/markdown-kr/index.html'Divay Prakash2018-08-15-1/+1
|
* Add filename(#2832)Pratik Karki2017-08-25-0/+1
|
* fix broken URL for vim (#2744)Yan Zhang2017-06-01-1/+1
|
* [Kotlin/all] Remove whitespace in variable declaration with explicit type ↵João Vitor Verona Biazibetti2017-05-19-1/+1
| | | | | | | | (#2733) * Removed whitespace in variable declaration with explicit type (Kotlin) * Removed whitespace in variable declaration with explicit type (Kotlin translations)
* [kotlin/all] Rename variable fooMutableDate to fooMutableData (#2688) (#2689)Pablo Najt2017-03-24-3/+3
|
* Translate Vim doc to Korean (#2628)Wooseop Kim2017-01-12-0/+235
|
* [bash/ko] Translate Bash to Korean (#2623)Wooseop Kim2017-01-06-0/+382
| | | | | | * Translate Bash to Korean * Fix front matter
* [kotlin/ko-kr] Add korean translation for kotlin (#2609)Alan Jeon2016-12-27-0/+376
| | | | | | * Add korean translation for kotlin * Add (EN) tag to english links
* [yaml/ko-kr]Translate YAML doc (#2488)Wooseop Kim2016-10-26-0/+172
| | | | | | * Translate YAML doc * Add (EN) tags
* [json/ko-kr]Translate JSON doc (#2485)Wooseop Kim2016-10-25-0/+80
| | | | | | * Translate JSON doc * Use ko-kr links
* [md/ko-kr]Translate Markdown doc (#2486)Wooseop Kim2016-10-25-0/+308
| | | | | | * Translate Markdown doc * Fix typos
* [xml/ko-kr]Translate XML doc (#2487)Wooseop Kim2016-10-25-0/+168
| | | | | | * Translate XML doc * Add (EN) tags
* adds Korean translation for ErlangTaesung Jung2016-02-28-0/+333
|
* Fix capitalization of GitHubZach Latta2016-02-23-1/+1
|
* brainfuck->bfAdam2016-02-12-1/+1
|
* Fix for issue #1248 [fa-ir, zh-cn, ko-kr, es-es, ru-ru, fr-fr, de-de]Gerson Lázaro2015-10-05-3/+0
|
* Capitalize language names for translations.Geoffrey Liu2014-10-12-2/+2
| | | | #137
* Fixed the statement that rune is an alias for uint32 in the translationsJames Baxter2014-08-19-1/+1
|
* [javascript/*] typeof is an operand and not a function/method - fix usage / ↵m902014-08-09-2/+2
| | | | remove parens
* [go/ko-kr] add missing translationsins4292014-06-01-0/+32
|
* filename fixedKIM Taegyoon2014-05-24-1/+1
|
* added racket-krKIM Taegyoon2014-05-24-0/+640
|
* Updated a lot of filenamesAdam2014-01-29-2/+4
|
* Updated learngo filenamesAdam2014-01-29-1/+1
|
* Complete Korean translationJongmin Kim2014-01-08-57/+53
|
* Added Go translation in KoreanJongmin Kim2014-01-08-0/+318
|
* better translationins4292013-11-13-1/+2
|