az.javascript.info
az.javascript.info copied to clipboard
Sync with upstream @ b258d7d5
This PR was automatically generated to merge changes from en.javascript.info at b258d7d5
Conflicted files in this PR have labels ">>>..." with both sides of conflict. If you merge this PR, you'll need to examine the listed files and resolve conflicts.
Alternatively, you can close this PR and merge conflicting changes manually.
The following files have conflicts and may need updates of the translations:
Click to open a list of 58 files
- [ ] 1-js/01-getting-started/1-intro/article.md
- [ ] 1-js/01-getting-started/2-manuals-specifications/article.md
- [ ] 1-js/01-getting-started/3-code-editors/article.md
- [ ] 1-js/02-first-steps/01-hello-world/article.md
- [ ] 1-js/03-code-quality/01-debugging-chrome/chrome-open-sources.svg
- [ ] 1-js/03-code-quality/01-debugging-chrome/chrome-sources-breakpoint.svg
- [ ] 1-js/03-code-quality/01-debugging-chrome/chrome-sources-console.svg
- [ ] 1-js/03-code-quality/01-debugging-chrome/chrome-sources-debugger-pause.svg
- [ ] 1-js/03-code-quality/01-debugging-chrome/chrome-sources-debugger-trace-1.svg
- [ ] 1-js/03-code-quality/01-debugging-chrome/chrome-tabs.svg
- [ ] 1-js/03-code-quality/02-coding-style/code-style.svg
- [ ] 1-js/05-data-types/10-destructuring-assignment/destructuring-complex.svg
- [ ] 1-js/06-advanced-functions/01-recursion/recursive-salaries.svg
- [ ] 1-js/08-prototypes/03-native-prototypes/proto-constructor-animal-rabbit.svg
- [ ] 1-js/11-async/02-promise-basics/promise-reject-1.svg
- [ ] 1-js/11-async/02-promise-basics/promise-resolve-1.svg
- [ ] 1-js/12-generators-iterators/1-generators/generateSequence-2.svg
- [ ] 1-js/12-generators-iterators/1-generators/generateSequence-3.svg
- [ ] 1-js/99-js-misc/01-proxy/proxy-inherit-admin.svg
- [ ] 1-js/99-js-misc/01-proxy/proxy.svg
- [ ] 2-ui/1-document/01-browser-environment/article.md
- [ ] 2-ui/1-document/02-dom-nodes/domconsole0.svg
- [ ] 2-ui/1-document/02-dom-nodes/domconsole1.svg
- [ ] 2-ui/1-document/02-dom-nodes/elk.svg
- [ ] 2-ui/1-document/02-dom-nodes/inspect.svg
- [ ] 2-ui/1-document/05-basic-dom-node-properties/dom-class-hierarchy.svg
- [ ] 2-ui/1-document/09-size-and-scroll/4-put-ball-in-center/field.svg
- [ ] 2-ui/1-document/09-size-and-scroll/metric-all.svg
- [ ] 2-ui/1-document/09-size-and-scroll/metric-client-left-top-rtl.svg
- [ ] 2-ui/1-document/09-size-and-scroll/metric-client-left-top.svg
- [ ] 2-ui/1-document/09-size-and-scroll/metric-client-width-height.svg
- [ ] 2-ui/1-document/09-size-and-scroll/metric-css.svg
- [ ] 2-ui/1-document/09-size-and-scroll/metric-offset-parent.svg
- [ ] 2-ui/1-document/09-size-and-scroll/metric-offset-width-height.svg
- [ ] 2-ui/1-document/09-size-and-scroll/metric-scroll-top.svg
- [ ] 2-ui/1-document/09-size-and-scroll/metric-scroll-width-height.svg
- [ ] 2-ui/1-document/10-size-and-scroll-window/document-client-width-height.svg
- [ ] 2-ui/1-document/11-coordinates/coordinates.svg
- [ ] 2-ui/2-events/01-introduction-browser-events/04-move-ball-field/move-ball-coords.svg
- [ ] 2-ui/2-events/02-bubbling-and-capturing/event-order-bubbling.svg
- [ ] 2-ui/2-events/03-event-delegation/bagua-bubble.svg
- [ ] 2-ui/3-event-details/4-mouse-drag-and-drop/2-drag-heroes/solution.view/field.svg
- [ ] 2-ui/99-ui-misc/02-selection-range/range-example-p-0-1.svg
- [ ] 2-ui/99-ui-misc/02-selection-range/range-example-p-1-3.svg
- [ ] 2-ui/99-ui-misc/02-selection-range/range-example-p-2-b-3-range.svg
- [ ] 2-ui/99-ui-misc/02-selection-range/range-example-p-2-b-3.svg
- [ ] 2-ui/99-ui-misc/02-selection-range/selection-direction-backward.svg
- [ ] 2-ui/99-ui-misc/02-selection-range/selection-direction-forward.svg
- [ ] 2-ui/99-ui-misc/02-selection-range/selection-firefox.svg
- [ ] 2-ui/99-ui-misc/03-event-loop/eventLoop.svg
- [ ] 3-frames-and-windows/01-popup-windows/article.md
- [ ] 5-network/05-fetch-crossorigin/xhr-preflight.svg
- [ ] 5-network/11-websocket/websocket-handshake.svg
- [ ] 7-animation/1-bezier-curve/bezier3-draw1.svg
- [ ] 7-animation/1-bezier-curve/bezier3-e.svg
- [ ] 7-animation/1-bezier-curve/bezier3.svg
- [ ] 8-web-components/1-webcomponents-intro/web-components-twitter.svg
- [ ] README.md
To merge changes manually (instead of merging this PR):
- Add remote upstream that links to the English version (only needs to be done once)
git add remote upstream https://github.com/javascript-tutorial/en.javascript.info
- Commit all current work locally and
git checkout master - Pull the recent changes from the English version:
git pull upstream master
- Deal with the conflicts. If a conflict touches a few lines, then just fix it. Otherwise, following commands can help:
- Checkout your (translated) version of a file/folder at the given path (removes all upstream changes):
git checkout --ours <path>
- See the diff, what changed in the upstream file since branches diverged:
git diff --word-diff master...upstream/master <path>(please note: three dots in the command)
- Then you can examine the changes in upstream and add them manually
- Checkout your (translated) version of a file/folder at the given path (removes all upstream changes):
- When conflicts resolved, commit them and
git push origin master
Please ignore changes in README.md (git checkout --ours README.md && git commit -m ignore README.md).
This PR will be closed and replaced with a new one in a few days.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
4 out of 14 committers have signed the CLA.
:white_check_mark: 0xtoorich
:white_check_mark: kricsleo
:white_check_mark: Alexandre887
:white_check_mark: iliakan
:x: nakhodkin
:x: eedrxs
:x: smith558
:x: nepikn
:x: Filin3
:x: ellie-heidari
:x: pvepamb1
:x: FloffyGarlic
:x: sneeed
:x: shallow-beach
You have signed the CLA already but the status is still pending? Let us recheck it.