Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hello, world! #48

Merged

Conversation

hadamariaa
Copy link
Contributor

first translation attempt


## The "script" tag
Programele JavaScript pot fi inserate în orice parte al unui document HTML cu ajutorul tag-ului `<script>`.
Copy link
Member

Choose a reason for hiding this comment

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

Typo : "orice parte al unui document" --> "orice parte a unui document"

```

The `<script>` tag contains JavaScript code which is automatically executed when the browser processes the tag.

Tag-ul `<script>` conține cod JavaScript care este executat automat cand browser-ul procesează tag-ul.
Copy link
Member

Choose a reason for hiding this comment

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

Missing diacritics : "cand" --> "când"

```

````warn header="If `src` is set, the script content is ignored."
A single `<script>` tag can't have both the `src` attribute and code inside.
````warn header="Daca `src` este setat, conținutul scriptului este ignorat."
Copy link
Member

Choose a reason for hiding this comment

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

Missing diacritics : "Daca" --> "Dacă"

@javascript-translate-bot

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

@CLAassistant
Copy link

CLA assistant check
All committers have signed the CLA.

@bogdanbacosca bogdanbacosca merged commit 0831cfc into javascript-tutorial:master Nov 26, 2022
@javascript-translate-bot

Thank you 💖 I updated the Progress Issue #1 🎉 🎉 🎉

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

Successfully merging this pull request may close these issues.

5 participants