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

The texts in the code are not translated #28040

Closed
charlyrmm92 opened this issue Jul 18, 2023 · 1 comment · Fixed by mdn/translated-content#14399
Closed

The texts in the code are not translated #28040

charlyrmm92 opened this issue Jul 18, 2023 · 1 comment · Fixed by mdn/translated-content#14399
Labels
to move If the issue doesn't belong in Content but elsewhere in the MDN org

Comments

@charlyrmm92
Copy link

charlyrmm92 commented Jul 18, 2023

MDN URL

https://developer.mozilla.org/es/docs/Web/JavaScript/Reference/Operators/super

What specific section or headline is this issue about?

super-llamando_a_métodos_estáticos

What information was incorrect, unhelpful, or incomplete?

For example:
https://developer.mozilla.org/es/docs/Web/JavaScript/Reference/Operators/super#super-llamando_a_m%C3%A9todos_est%C3%A1ticos

static logNbSides() {
return 'I have 4 sides';
}

return super.logNbSides() + ' which are all equal';

and later, when the code continues, the following is shown (translated):
Square.logDescription(); // 'Tengo 4 lados que son todos iguales'

Then it could provoke some confusions

What did you expect to see?

static logNbSides() {
return 'Tengo 4 lados';
}

return super.logNbSides() + ' que son todos iguales';

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

@charlyrmm92 charlyrmm92 added the needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. label Jul 18, 2023
@github-actions github-actions bot added the Content:JS JavaScript docs label Jul 18, 2023
@charlyrmm92
Copy link
Author

Fixing here:
mdn/translated-content#14399

@Josh-Cena Josh-Cena closed this as not planned Won't fix, can't repro, duplicate, stale Jul 19, 2023
@Josh-Cena Josh-Cena added to move If the issue doesn't belong in Content but elsewhere in the MDN org and removed Content:JS JavaScript docs needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Jul 19, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
to move If the issue doesn't belong in Content but elsewhere in the MDN org
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants