Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Comments#60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

alexgalkin
Copy link
Contributor

Translation of the "Comments" section.

Copy link
Collaborator

@tarasyyyktarasyyyk left a comment

Choose a reason for hiding this comment

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

Small corrections


```js
function showPrimes(n) {
nextPrime:
for (let i = 2; i < n; i++) {

*!*
//check if i is a prime number
//перевірка чи є i простим числом
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
// перевірка чи єi простим числом
// перевірка чи є'i' простим числом

}
```
Наприклад:

Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove extra space.
It's better to add this one toEnglish version as PR and this will be merged into Ukrainian if approved.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

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

Created separate PRjavascript-tutorial/en.javascript.info#1780 for this in English version

tarasyyyk reacted with thumbs up emoji
@javascript-translate-bot
Copy link
Contributor

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

alexgalkinand others added8 commitsFebruary 29, 2020 22:48
Co-Authored-By: Taras <oster.ok@gmail.com>
Co-Authored-By: Taras <oster.ok@gmail.com>
Co-Authored-By: Taras <oster.ok@gmail.com>
Co-Authored-By: Taras <oster.ok@gmail.com>
Co-Authored-By: Taras <oster.ok@gmail.com>
Co-Authored-By: Taras <oster.ok@gmail.com>
Co-Authored-By: Taras <oster.ok@gmail.com>
@alexgalkin
Copy link
ContributorAuthor

/done

@alexgalkinalexgalkin requested review fromtarasyyyk and removed request fora teamFebruary 29, 2020 21:00
@tarasyyyktarasyyyk merged commitaabd08b intojavascript-tutorial:masterFeb 29, 2020
@tarasyyyktarasyyyk changed the titleTranslation of "Comments" sectionCommentsAug 29, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@tarasyyyktarasyyykAwaiting requested review from tarasyyyk

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@alexgalkin@javascript-translate-bot@tarasyyyk

[8]ページ先頭

©2009-2025 Movatter.jp