Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [yaml/ko-KR] Translate updated en document (#4272) | Justin Yang | 2021-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.markdown | Yeongjae Jang | 2020-05-26 | -1/+1 |
| | ||||
* | Update vim-kr.html.markdown | Luxor | 2020-05-26 | -11/+45 |
| | | | Correcting typos and add some lines | |||
* | Merge pull request #3856 from sshine/make-python3-default | Adam Bard | 2020-02-13 | -2/+2 |
|\ | | | | | [Python] Make Python 3 default | |||
| * | Change 'filename:' for Python 2 (legacy) | Simon Shine | 2020-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 Shine | 2020-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 Shine | 2020-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 deadname | Leigh Brenecki | 2020-02-13 | -4/+4 |
|/ | ||||
* | Type correction for the output of math.sqrt() propagated across versions and ↵ | Anindya Srivastava | 2019-02-06 | -1/+1 |
| | | | | languages | |||
* | md | Adam Bard | 2018-08-24 | -28/+28 |
| | ||||
* | Fix build error in 'build/docs/ko-kr/markdown-kr/index.html' | Divay Prakash | 2018-08-15 | -1/+1 |
| | ||||
* | Add filename(#2832) | Pratik Karki | 2017-08-25 | -0/+1 |
| | ||||
* | fix broken URL for vim (#2744) | Yan Zhang | 2017-06-01 | -1/+1 |
| | ||||
* | [Kotlin/all] Remove whitespace in variable declaration with explicit type ↵ | João Vitor Verona Biazibetti | 2017-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 Najt | 2017-03-24 | -3/+3 |
| | ||||
* | Translate Vim doc to Korean (#2628) | Wooseop Kim | 2017-01-12 | -0/+235 |
| | ||||
* | [bash/ko] Translate Bash to Korean (#2623) | Wooseop Kim | 2017-01-06 | -0/+382 |
| | | | | | | * Translate Bash to Korean * Fix front matter | |||
* | [kotlin/ko-kr] Add korean translation for kotlin (#2609) | Alan Jeon | 2016-12-27 | -0/+376 |
| | | | | | | * Add korean translation for kotlin * Add (EN) tag to english links | |||
* | [yaml/ko-kr]Translate YAML doc (#2488) | Wooseop Kim | 2016-10-26 | -0/+172 |
| | | | | | | * Translate YAML doc * Add (EN) tags | |||
* | [json/ko-kr]Translate JSON doc (#2485) | Wooseop Kim | 2016-10-25 | -0/+80 |
| | | | | | | * Translate JSON doc * Use ko-kr links | |||
* | [md/ko-kr]Translate Markdown doc (#2486) | Wooseop Kim | 2016-10-25 | -0/+308 |
| | | | | | | * Translate Markdown doc * Fix typos | |||
* | [xml/ko-kr]Translate XML doc (#2487) | Wooseop Kim | 2016-10-25 | -0/+168 |
| | | | | | | * Translate XML doc * Add (EN) tags | |||
* | adds Korean translation for Erlang | Taesung Jung | 2016-02-28 | -0/+333 |
| | ||||
* | Fix capitalization of GitHub | Zach Latta | 2016-02-23 | -1/+1 |
| | ||||
* | brainfuck->bf | Adam | 2016-02-12 | -1/+1 |
| | ||||
* | Fix for issue #1248 [fa-ir, zh-cn, ko-kr, es-es, ru-ru, fr-fr, de-de] | Gerson Lázaro | 2015-10-05 | -3/+0 |
| | ||||
* | Capitalize language names for translations. | Geoffrey Liu | 2014-10-12 | -2/+2 |
| | | | | #137 | |||
* | Fixed the statement that rune is an alias for uint32 in the translations | James Baxter | 2014-08-19 | -1/+1 |
| | ||||
* | [javascript/*] typeof is an operand and not a function/method - fix usage / ↵ | m90 | 2014-08-09 | -2/+2 |
| | | | | remove parens | |||
* | [go/ko-kr] add missing translations | ins429 | 2014-06-01 | -0/+32 |
| | ||||
* | filename fixed | KIM Taegyoon | 2014-05-24 | -1/+1 |
| | ||||
* | added racket-kr | KIM Taegyoon | 2014-05-24 | -0/+640 |
| | ||||
* | Updated a lot of filenames | Adam | 2014-01-29 | -2/+4 |
| | ||||
* | Updated learngo filenames | Adam | 2014-01-29 | -1/+1 |
| | ||||
* | Complete Korean translation | Jongmin Kim | 2014-01-08 | -57/+53 |
| | ||||
* | Added Go translation in Korean | Jongmin Kim | 2014-01-08 | -0/+318 |
| | ||||
* | better translation | ins429 | 2013-11-13 | -1/+2 |
| | ||||
* | add korean translation of brainfuck | JongChan Choi | 2013-09-21 | -0/+83 |
| | ||||
* | Fixed up so it builds | Adam | 2013-09-08 | -3/+0 |
| | ||||
* | Fixed up potential conflicts | Adam | 2013-09-04 | -3/+3 |
| | ||||
* | Korean version of clojure tutorial added | netpyoung | 2013-09-04 | -0/+383 |
| | ||||
* | fixed merge errors | wikibook | 2013-08-29 | -5/+0 |
| | ||||
* | fix typo in Java tutorial and resave lua tutorial as UTF-8 | wikibook | 2013-08-20 | -2/+2 |
| | ||||
* | fix typo in Java tutorial | wikibook | 2013-08-20 | -3/+11 |
|\ | ||||
| * | Edits | Adam | 2013-08-16 | -4/+6 |
| | | ||||
| * | Merge pull request #237 from wikibook/master | Adam Bard | 2013-08-16 | -0/+406 |
| |\ | | | | | | | Translated Java tutorial into Korean! | |||
| * \ | Merge pull request #217 from wikibook/master | Adam Bard | 2013-08-14 | -0/+484 |
| |\ \ | | | | | | | | | [Python] Korean translation | |||
| * \ \ | Merge pull request #211 from wikibook/master | Adam Bard | 2013-08-13 | -4/+4 |
| |\ \ \ | | | | | | | | | | | Correct some translations | |||
| * | | | | Header changes | Adam | 2013-08-13 | -2/+3 |
| | | | | | ||||
* | | | | | added korean version of coffeescript and php tutorials | wikibook | 2013-08-19 | -0/+720 |
| | | | | |