You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This edit solves the Issue: ES translation issue in "Notation of Keys" section. BonsaiDen#361 (BonsaiDen#361)
Original Issue Text:ES translation issue in "Notation of Keys" section. BonsaiDen#361
There is a translation error (into Spanish) in the "Notation of Keys" section of the "JavaScript Garden", just before "The prototype" section.
The original English text reads:
"This error arises from the fact that delete is a keyword;"
And the translation reads:
"Este error se debe al eliminar una keyword;" that means "The error is due to deleting a keyword". Also it translates a language keyword, and that I think is wrong.
A better translation might be (just a suggestion):
"Este error se produce porque delete es una palabra clave;"
Thanks for your time and al the great work put into the garden... It's green and beautiful.
0 commit comments