aboutsummaryrefslogtreecommitdiff
path: root/files/ko
Commit message (Collapse)AuthorAge
* fix: Lets get rid of all www.fxsitecompat.com mentions (#1634) (#1741)hochan Lee2021-07-27
|
* remove link 'title' attributes that's just the 'href' (ko) (#1739)Peter Bengtsson2021-07-28
|
* Update JS reference index page (#1581)alattalatta2021-07-26
|
* Remove hidden/noinclude from JS docs (#1583)alattalatta2021-07-26
|
* [ko] Work done for 'AudioContext' article. (#1627)logic-finder2021-07-24
| | | | | | | | | * Work done for 'AudioContext' article. * update tag Co-authored-by: JO YUN HO <bedro27@gmail.com> Co-authored-by: JO YUN HO <bedro27@gmail.com>
* [ko] 오타가 있습니다 (#1665)inseul인슬2021-07-23
| | | 오타가 있어 제보 드립니다.
* Fix typo (#1602)Yunwoo Ji2021-07-19
|
* [ko]Update Intersectionobserver example code. (#1532)GeonilJang2021-07-19
|
* [ko] Work done for 'createPeriodicWave()' article. (#1578)logic-finder2021-07-18
| | | | | | | | | | | | | | | | | * Work done for 'createPeriodicWave()' article. * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> Co-authored-by: hochan Lee <hochan049@gmail.com>
* fix: delete wiki.mozilla.org from ko files (#1567)Yeji Choi2021-07-18
| | | | | | | | | | | | | | * fix: delete wiki.mozilla.org from ko/learn files * fix: delete wiki.mozilla.org from ko/glossary files * fix: remove wiki * fix: remove python script file 잘못올렸습니다.. ㅠ * Update files/ko/web/html/attributes/index.html Co-authored-by: hochan222 <hochan049@gmail.com>
* [ko] Work done for 'Using the Web Audio API' article. (#1535)logic-finder2021-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Work done for 'Using the Web Audio API' article. * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * Update files/ko/web/api/web_audio_api/using_web_audio_api/index.html translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * Update files/ko/web/api/web_audio_api/using_web_audio_api/index.html translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * translation modified Co-authored-by: hochan Lee <hochan049@gmail.com> * Small fixes Co-authored-by: hochan Lee <hochan049@gmail.com>
* [ko] JS REF - 스트링 TRIM END 메서드 문서추가 (#1377)ISA2021-07-18
| | | | | | | | | * feat(KO): JS REF - 스트링 TRIM END 메서드 문서추가 * fix: DIR - 카멜케이스 => 소문자 * Delete files/ko/web/javascript/reference/global_objects/string/trimEnd directory * etc: DIR RENAME
* purge all redirects to archived content (#1573)Peter Bengtsson2021-07-16
|
* Update index.html (destructuring) (#1536)GyuMin Han2021-07-16
| | | | | | | | | | | | index.html line 67~70 (Kor version) original example <pre class="brush: js">var foo = ["one", "two", "three"]; var [one, two three] = foo; this example is not intuitive, it looks same. but in English example, there are some differences in example. for other newbies like me, fix this plz!!
* Update Expressions and Operators guide (#1393)alattalatta2021-07-16
| | | | | | | | | | | | | * Update Expressions and Operators guide * Fix typo * Polished some wording * Proofread * Add semi * Sync with English
* [ko] fix: Delete typos (#1461)choi2021-07-16
|
* bad_radix 동기화 및 번역 (#1382)Dilrong2021-07-16
| | | Co-authored-by: 이학성 <hslee@ship-da.com>
* Javascript/URIError 추가 외 (#1362)Jongha Kim2021-07-16
| | | | - Javascript/URIError, URIError 생성자 추가 - typeerror 약간 수정
* Add/update arithmetic operators (#1329)alattalatta2021-07-15
| | | | | | | | | | | | | | | | | | | | | * Update addition operator * Add subtraction operator * Add division operator * Add multiplication operator * Update remainder operator * Add exponentiation operator * Update operator names * Update link to bitwise XOR operator * Translate "Operator:" of syntax boxes * Sync with English
* Rewrite SVG main page (#1464)alattalatta2021-07-15
| | | | | | | | | | | * Rewrite SVG main page * Apply review suggestion Co-authored-by: JO YUN HO <bedro27@gmail.com> * Add all tags of the source Co-authored-by: JO YUN HO <bedro27@gmail.com>
* 맞춤법수정: 맞딱드린다-->맞딱드린다 (#1469)sehui2021-07-14
| | | Co-authored-by: sehui_yoo <sehui.yoo@llsollu.com>
* Add unary operators (#1385)Jongha Kim2021-07-12
| | | | | | | | | | | | | | | | | | | | | | * Add unary operators * Update files/ko/web/javascript/reference/operators/unary_plus/index.html Co-authored-by: hochan Lee <hochan049@gmail.com> * Update files/ko/web/javascript/reference/operators/unary_plus/index.html Co-authored-by: hochan Lee <hochan049@gmail.com> * Update files/ko/web/javascript/reference/operators/unary_negation/index.html Co-authored-by: alattalatta <urty5656@gmail.com> * Update files/ko/web/javascript/reference/operators/unary_plus/index.html * Update files/ko/web/javascript/reference/operators/unary_negation/index.html Co-authored-by: hochan Lee <hochan049@gmail.com> Co-authored-by: alattalatta <urty5656@gmail.com>
* Add JPEG glossary entry (#1465)alattalatta2021-07-12
|
* [ko] Work done for 'Looping codes', 'Test your skills: loops' article. (#1089)logic-finder2021-07-11
| | | | | | | | | | | | | | | | | | | * Work done for 'Looping codes' article. * Work done for 'Test your skills: loops' article. * Update translational tone problem. Why bother? 부분 수정 제안 Co-authored-by: nKiNk <39448774+nKiNk@users.noreply.github.com> * Update translational tone problem. Keep me in the loop 부분 Co-authored-by: nKiNk <39448774+nKiNk@users.noreply.github.com> Co-authored-by: nKiNk <39448774+nKiNk@users.noreply.github.com>
* ADD javascript get own property descriptors 번역 (#1453)윤승재2021-07-11
| | | Co-authored-by: echo.youn <echo.youn@kakaocorp.com>
* Add arithmetic assignment operators (#1383)alattalatta2021-07-10
| | | | | | | | | | | | | | | * Add addition assignment * Add division assignment * Add exponentiation assignment * Add multiplication assignment * Add subtraction assignment * Sync with English * Add remainder assignment
* [ko] fix learn/javascript/objects (#1283)hochan Lee2021-07-09
| | | | | | | * fix: learn/javascript/objects en-us와 동기화 * Update files/ko/learn/javascript/objects/index.html * Update files/ko/learn/javascript/objects/index.html
* [CRON] sync translated contentMDN2021-07-09
|
* feat(KO): JS REF - 스트링 TRIM START 문서 추가 (#1431)ISA2021-07-09
| | | | | | | | | | | | | * feat(KO): JS REF - 스트링 TRIM START 문서 추가 * Update files/ko/web/javascript/reference/global_objects/string/trimstart/index.html Co-authored-by: JO YUN HO <bedro27@gmail.com> * Update files/ko/web/javascript/reference/global_objects/string/trimstart/index.html Co-authored-by: JO YUN HO <bedro27@gmail.com> Co-authored-by: JO YUN HO <bedro27@gmail.com>
* [ko] fix: Fix typo (#1409)jdm12192021-07-08
|
* delete conflicting/orphaned in ko (#1423)Peter Bengtsson2021-07-08
| | | | | * delete conflicting/orphaned in ko * forgot the redirects
* remove some wiki. prefixes tooPeter Bengtsson2021-07-08
|
* fix a bug of legacy http:// URL referencesPeter Bengtsson2021-07-08
|
* [CRON] sync translated contentMDN2021-07-06
|
* error 속성 추가 (#1363)Jongha Kim2021-07-06
| | | | - columnnumber, filename, linenumber, message, tostring 추가 - name 수정
* [ko] fix Javascript Math.tan(), Math.trunc() (#1302)Jongha Kim2021-07-04
| | | | | * Javascript Math.tan(), Math.trunc() en-us와 동기화 * 리뷰 사항 반영
* [CRON] sync translated contentMDN2021-07-04
|
* feat(KO): JS REF - STRING RAW (#1346)ISA(yoonjonglyu)2021-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | * feat(KO): JS REF - STRING RAW * Update files/ko/web/javascript/reference/global_objects/string/raw/index.html Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com> * Update files/ko/web/javascript/reference/global_objects/string/raw/index.html Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com> * Update files/ko/web/javascript/reference/global_objects/string/raw/index.html Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com> * Update files/ko/web/javascript/reference/global_objects/string/raw/index.html Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com> * Update files/ko/web/javascript/reference/global_objects/string/raw/index.html * Update files/ko/web/javascript/reference/global_objects/string/raw/index.html Co-authored-by: Yeji Choi <61399588+yechoi42@users.noreply.github.com>
* Object.keys, Object.getOwnPropertyNames 문서 추가 (#1297)윤승재2021-07-01
| | | | Co-authored-by: echo.youn <echo.youn@kakaocorp.com> Co-authored-by: Sungwoo Park <codest99@gmail.com>
* [CRON] sync translated contentMDN2021-07-01
|
* [CRON] sync translated contentMDN2021-06-30
|
* Javascript의 블록문 en-US와 동기화 (#1336)Jongha Kim2021-06-29
|
* [ko] fix ids for example (#1173)hochan Lee2021-06-27
| | | | issue: Examples are not working. additional: Add missing body text
* [ko] fix: learn/javascript/howto 페이지 en-us와 동기화 (#1282)hochan Lee2021-06-26
| | | | | * fix: learn/javascript/howto 페이지 en-us와 동기화 * fix: link flaws
* Javascript Math.pow() en-US 와 동기화 (#1289)Jongha Kim2021-06-26
|
* async_await 번역 추가, 오탈자 수정, en-us 동기화 (#1288)Dilrong2021-06-25
| | | | | | | * async_await 번역 추가, 오탈자 수정, en-us 동기화 * .DS_Store 제거 * 코드 리뷰 수정 사항 반영
* [ko] fix: All hidden about Browser Compatibility can be deleted (#1176)hochan Lee2021-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix: All hidden about Browser Compatibility can be deleted * fix: remove compatibility hidden, 1~10번 삭제 * fix: remove compatibility hidden, 20~21번 삭제 * fix: ~27 * fix: use regex to remove * fix: use regex to remove tag a /a tag * fix: del python script * fix: regex for remove 공백이나 안에 태그 존재하는 경우에 대해서도 처리 * Update files/ko/web/api/storage/key/index.html * Update files/ko/web/api/angle_instanced_arrays/index.html * Update files/ko/web/api/batterymanager/dischargingtime/index.html * Update files/ko/web/api/document/drag_event/index.html * Update files/ko/web/html/global_attributes/class/index.html * Update files/ko/web/html/global_attributes/itemscope/index.html * Update files/ko/web/html/global_attributes/tabindex/index.html * Update files/ko/web/http/headers/accept-charset/index.html * Update files/ko/web/http/headers/accept-encoding/index.html * Update files/ko/web/http/headers/content-security-policy/index.html * Update files/ko/web/http/headers/pragma/index.html * Update files/ko/web/javascript/reference/global_objects/set/add/index.html * Update files/ko/web/javascript/reference/global_objects/string/match/index.html * Update files/ko/web/javascript/reference/global_objects/string/tostring/index.html * Update files/ko/web/javascript/reference/global_objects/string/valueof/index.html * Update files/ko/web/javascript/reference/statements/do...while/index.html * Update files/ko/web/http/status/301/index.html * Update files/ko/web/http/status/403/index.html * Update files/ko/web/javascript/reference/functions/get/index.html * Update files/ko/web/javascript/reference/global_objects/error/name/index.html * Update files/ko/web/javascript/reference/global_objects/function/arguments/index.html * Update files/ko/web/javascript/reference/global_objects/math/sign/index.html * Update files/ko/web/javascript/reference/global_objects/referenceerror/index.html * Update files/ko/web/javascript/reference/global_objects/math/sqrt1_2/index.html * Update files/ko/web/javascript/reference/global_objects/promise/finally/index.html * Update files/ko/web/javascript/reference/global_objects/promise/resolve/index.html
* Math.abs() en-US 문서와 동기화 (#1267)Jongha Kim2021-06-23
|
* fix: image link (#1280)hochan Lee2021-06-23
|
* Add Error() constructor (#1154)alattalatta2021-06-23
|