Skip to content

Conversation

@javascript-translate-bot
Copy link

@javascript-translate-bot javascript-translate-bot commented Feb 14, 2022

This PR was automatically generated to merge changes from en.javascript.info at 2921673

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 70 files

To merge changes manually (instead of merging this PR):

  1. 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
  2. Commit all current work locally and git checkout master
  3. Pull the recent changes from the English version:
    • git pull upstream master
  4. 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
  5. 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.

joaquinelio and others added 30 commits July 13, 2021 02:55
Response header name is changed to the right one
minor grammar change in webcomponents-intro
Add 1 letter in 5-network/03-fetch-progress
fix typo in 5-network/02-formdata
Missing `let` keyword
bogdanbacosca and others added 26 commits November 23, 2022 12:25
Made sure the english tutorial closely matches the romanian repo.
Updated entire 01-getting-started
Matched romanian translations with english articles and fixed conflicts
updated technical term
Fixed conflicts in the garbage collector and `this` articles, also translated some introductory pages.
There are also some minor updates.
Conflicts are resolved for article.md from 08-symbol in the 04-object-basics section. index.md from the same section was updated.
Minor fix to the comments article from 03-code-quality.
fixed conflicts and minor updates
Made a few updates in 1-js/04-object-basics/ regarding grammar and translation, also added some missing pieces.
Fixed the conflicts for 1-js/06-advanced-functions/03-closure/article.md
Fixed conflicts from 11-async/02-promise-basics/article.md
Fixed conflicts for the main article and updated the tasks and solutions of 1-js/99-js-misc/01-proxy
Changed translation of labelled code `key` and adjusted line 174 to be more similar to the original article.
fixed conflicts
synced with en version
synced with en version
Copy link
Contributor

@bogdanbacosca bogdanbacosca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes ready to merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.