aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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>
* labeler (#1468)Peter Bengtsson2021-07-12
| | | | | | | | | | | | | | | * labeler * avoid yaml syntaxerror * fixing some image references * some zh-tw file attachments * all l10n labels * pull_request_target * 'system' label
* Add JPEG glossary entry (#1465)alattalatta2021-07-12
|
* Обновление перевода "Client-side form validation" (#1446)Roma Zvarich2021-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start * Translate finished * Update files/ru/learn/forms/form_validation/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/learn/forms/form_validation/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/learn/forms/form_validation/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/learn/forms/form_validation/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/learn/forms/form_validation/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/learn/forms/form_validation/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/learn/forms/form_validation/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/learn/forms/form_validation/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Update files/ru/learn/forms/form_validation/index.html Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com> * Image deleted Co-authored-by: Maxim Postautov <54762420+mpstv@users.noreply.github.com>
* Неточность(непонятка) (#1405)iamsergo2021-07-12
| | | | | | | Может лучше перевести так в данном месте(Для ненаследуемых свойств используется начальное значение для ЛЮБОГО ЭЛЕМЕНТА -> КАЖДОГО ЭЛЕМЕНТА)? Или же дословно ДЛЯ ВСЕХ ЭЛЕМЕНТОВ(used on all elements). Просто читал раза три и только тогда понял, что имеется ввиду, и то, пока не зашел в оригинал и в спецификацию, до конца не убедился, что верно понял.
* Встроенные элементы -> Строчные элементы ↵iamsergo2021-07-11
| | | | | (#1427) Везде(в других статьях, на других ресурсах, ...) **inline** переводится, как строчный, а не встроенный.
* Fix typos (#1480)seiyamiyaoka2021-07-12
| | | Co-authored-by: 宮岡聖也 <miyaokakiyoshinari@miyaokakiyoshinarinoMacBook-Pro-2.local>
* delete conflicting/orphaned docs in ru (#1426)Peter Bengtsson2021-07-11
|
* ブラウザー互換性データの説明を削除 (残り) (#1491)Masahiro FUJIMOTO2021-07-12
|
* Mozilla/Add-ons を更新 (#1360)Masahiro FUJIMOTO2021-07-11
| | | | | - conflicting 版は古かったので削除 - 2021/05/20 時点の英語版に同期 - Contact us ページの翻訳を追加(本体から分割)
* delete conflicting/orphaned in pt-BR (#1421)Peter Bengtsson2021-07-11
| | | | | | | | | | | | * delete conflicting/orphaned in pt-BR * chore: remove empty line * deleted last orphaned redirects * remove deleted orphans Co-authored-by: Josiel Rocha <1158643+josielrocha@users.noreply.github.com> Co-authored-by: Josiel Rocha <josiel.rocha@gmail.com>
* [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>
* MDN/Contribute を更新 (#1359)Masahiro FUJIMOTO2021-07-11
| | | | - conflicting 版を削除 - 2021/05/20 時点の英語版に同期
* fix: the '主线程' jump to the correct link, zh-CN (#1484)Elan Bin2021-07-11
| | | | fix: the '主线程' jump to the correct link '主线程' has been translated
* 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
* follow up PR #14339 for fr page (#1444)SphinxKnight2021-07-10
| | | | | | * follow up PR #14339 for fr page * FIX: minor fixes Co-authored-by: tristantheb <tristantheb@users.noreply.github.com>
* Add "loading" attribute description (#1462)Anton Kuptsov2021-07-10
|
* Translated description for row and column (#1471)Shandy2021-07-10
|
* Tools/Responsive_Design_Mode を更新 (#1337)Masahiro FUJIMOTO2021-07-10
| | | | | - conflicting 版は英語版で削除済みの旧版向けの記事であるため削除 - 正規版を 2021/06/29 時点の英語版に同期 - 画像1枚を日本語化
* Web/API/Element を更新 (#1470)Masahiro FUJIMOTO2021-07-10
| | | | - conflicting 版は古いので削除 - 2021/06/13 時点の英語版に同期
* Bump actions/cache from 2.1.5 to 2.1.6 (#1063)dependabot[bot]2021-07-09
| | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* add pr-review-companion.yml (#1467)Peter Bengtsson2021-07-09
|
* build and upload built artifacts like mdn/content (#814)Peter Bengtsson2021-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * build and upload built artifacts like mdn/content * remove {{languages}} macro call * hardcode upload path * use env var * debuggin * debuggin * debuggin * debuggin * debuggin * debugging rsync * debug more * debug more * cleanup * debugging * try this * try this * use 'HEAD~1' * try this * debug this * debug this * debug this * -l 1 * testing something * testing something (2) * testing something (3) * try git fetch -n origin * can git diff work now? * trying something more * trying something more (2) * trying something more (3) * try with the right working-directory * better sha? * fix a bunch of images in a Polish page
* changed link reference in 'for...in' (#1457)LeoSanGo2021-07-09
| | | | | | | * changed link reference in 'for...in' * Changed link reference to right page and portuguese version * Fixed access link
* (docs) fix a wrong word (#1450)FangYing2021-07-09
| | | 每一各 -> 每一个
* [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
|
* [PT-BR] Fixing issue #1400 plus other corrections (#1424)Bruno Peselli2021-07-08
| | | | | [en] Fix associated with issue #1400, grammatical error and removal of old/incorrect excerpt. [pt-br] Correção associada ao issue #1400, erro gramatical e remoção de trecho antigo/incorreto.
* 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>
* [FEAT] add Issue template (#919)hochan Lee2021-07-08
| | | | | * [FEAT] add content-bug, issue template * [FEAT] add new-content-suggestion, issue template
* fix some fixable flaws in Canvas API (fr) (#1436)Peter Bengtsson2021-07-08
| | | | | | | | | * fix some fixable flaws in Canvas API (fr) * Remove unnecessary asset * Review fr Co-authored-by: julieng <julien.gattelier@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
* [CRON] sync translated contentMDN2021-07-08
|
* remove some wiki. prefixes tooPeter Bengtsson2021-07-08
|
* fix a bug of legacy http:// URL referencesPeter Bengtsson2021-07-08
|
* fix some flaws in Tools/Performance/How_to (#1438)Peter Bengtsson2021-07-07
|
* Update Web/HTML/Element/link, zh-CN (#1430)Elan Bin2021-07-08
| | | add 'brush: html' in to the pre label classList, made the code highlight and also can be copy
* remove wiki.developer.mozilla.org links (es) (#1443)Peter Bengtsson2021-07-07
| | | Part of #1440
* remove wiki.developer.mozilla.org links (pl) (#1442)Peter Bengtsson2021-07-07
|
* remove wiki.developer.mozilla.org links (de) (#1441)Peter Bengtsson2021-07-07
| | | Part of #1440
* delete all remaining orphaned pages in pl (#1417)Peter Bengtsson2021-07-07
|
* fix some bad img src prefixes (es) (#1437)Peter Bengtsson2021-07-07
|
* Fix Learn/CSS/CSS_layout/Multiple-column_Layout, zh-CN (#1411)Elan Bin2021-07-07
| | | cannot jump next page due to the spaces
* [CRON] sync translated contentMDN2021-07-07
|
* delete conflicting/orphaned in es (#1418)Peter Bengtsson2021-07-06
|
* Fixes #1365, update vs en-US (#1381)SphinxKnight2021-07-06
| | | | | | * Fixes #1365, update vs en-US * FIX: typos Co-authored-by: tristantheb <tristantheb@users.noreply.github.com>
* Fixes #1313 - update vs. en-US (#1378)SphinxKnight2021-07-06
|
* delete conflicting/orphaned docs in pl (#1415)Peter Bengtsson2021-07-06
|