summaryrefslogtreecommitdiffhomepage
path: root/ko-kr
Commit message (Collapse)AuthorAgeLines
* [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
|
* add korean translation of brainfuckJongChan Choi2013-09-21-0/+83
|
* Fixed up so it buildsAdam2013-09-08-3/+0
|
* Fixed up potential conflictsAdam2013-09-04-3/+3
|
* Korean version of clojure tutorial addednetpyoung2013-09-04-0/+383
|
* fixed merge errorswikibook2013-08-29-5/+0
|
* fix typo in Java tutorial and resave lua tutorial as UTF-8wikibook2013-08-20-2/+2
|
* fix typo in Java tutorialwikibook2013-08-20-3/+11
|\
| * EditsAdam2013-08-16-4/+6
| |
| * Merge pull request #237 from wikibook/masterAdam Bard2013-08-16-0/+406
| |\ | | | | | | Translated Java tutorial into Korean!
| * \ Merge pull request #217 from wikibook/masterAdam Bard2013-08-14-0/+484
| |\ \ | | | | | | | | [Python] Korean translation
| * \ \ Merge pull request #211 from wikibook/masterAdam Bard2013-08-13-4/+4
| |\ \ \ | | | | | | | | | | Correct some translations
| * | | | Header changesAdam2013-08-13-2/+3
| | | | |
* | | | | added korean version of coffeescript and php tutorialswikibook2013-08-19-0/+720
| | | | |