Commit add9f23
authored
Minor translation Fix.
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.1 parent c8bc878 commit add9f23
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments