Changing onkeydown description on all files except germany#303
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Solving issue #292 |
There was a problem hiding this comment.
Pull Request Overview
This PR standardizes the description of the onkeydown event across multiple language files to match the German version. The change corrects the event description from "when the user press and then releases the key" to "when the user presses a key" to more accurately reflect the actual behavior of the onkeydown event.
- Corrected the technical accuracy of the
onkeydownevent description - Updated translations across 6 different language files to maintain consistency
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| tr/events.md | Updated Turkish translation of onkeydown description |
| np/events.md | Updated English and Nepali translations of onkeydown description |
| id/events.md | Updated Indonesian translation of onkeydown description |
| fr/events.md | Updated French translation of onkeydown description |
| es/events.md | Updated Spanish translation of onkeydown description |
| en/events.md | Updated English description of onkeydown event |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| | `onmouseover` | जब माउसको कर्सर तत्वमाथि आउँछ | | ||
| | `onmouseout` | जब माउसको कर्सर आउँछ तत्व छोड्छ | | ||
| | `onkeydown` | जब प्रयोगकर्ताले प्रेस गर्दछ र त्यसपछि कुञ्जी जारी गर्दछ | | ||
| | `onkeydown` | जब प्रयोगकर्ताले कुञ्जी थिच्छ | |
There was a problem hiding this comment.
The Nepali translation has inconsistent spacing. There are extra spaces before the closing pipe character that should be removed to match the formatting of other rows in the table.
| | `onkeydown` | जब प्रयोगकर्ताले कुञ्जी थिच्छ | | |
| | `onkeydown` | जब प्रयोगकर्ताले कुञ्जी थिच्छ | |
I made the description the same as Germany. I hope you don't mind.