Commit Graph

58 Commits

Author SHA1 Message Date
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
ins429
31f59a366c better translation 2013-11-13 00:15:06 -08:00
JongChan Choi
09fe6eb587 add korean translation of brainfuck 2013-09-21 05:14:20 +09:00
Adam
b28900b889 Fixed up so it builds 2013-09-08 22:52:09 -07:00
Adam
ee8bed8c98 Fixed up potential conflicts 2013-09-04 09:36:51 -07:00
netpyoung
0f708d94ff Korean version of clojure tutorial added 2013-09-04 00:26:28 +09:00
wikibook
5858b8d861 fixed merge errors 2013-08-29 13:15:38 +09:00
wikibook
9475d643c1 fix typo in Java tutorial and resave lua tutorial as UTF-8 2013-08-20 23:42:22 +09:00
wikibook
276d73bdd3 fix typo in Java tutorial 2013-08-20 10:46:10 +09:00
wikibook
4e7f0ce330 added korean version of coffeescript and php tutorials 2013-08-19 17:24:12 +09:00
wikibook
d7dba39dd6 correct errata of Java tutorial 2013-08-19 10:53:22 +09:00
Adam
8aa0ab6068 Edits 2013-08-16 09:44:22 -07:00
Adam Bard
0e10d93d9f Merge pull request #237 from wikibook/master
Translated Java tutorial into Korean!
2013-08-16 08:50:12 -07:00
wikibook
f840436ea2 added Korean version of Java tutorial 2013-08-16 14:42:26 +09:00
Adam Bard
212e99b226 Merge pull request #217 from wikibook/master
[Python] Korean translation
2013-08-14 08:29:02 -07:00