WeblateOrg / WeblateOrg/weblate
UI: Add "Dismiss and continue" button for checks
- Dominant language
- Python
- Stars
- 6.1k
- Forks
- 1.4k
- Avg merge
- 9h 53m
- Merged PRs (30d)
- 395
Description
### Describe the problem
When a problem with a translation is detected like mismatched full stop, translation same as source, etc the string is flagged with failing checks and needs to be manually checked to clear it.
If happens that the string don't need any change you need to click on the `Dismiss` button and then click on `Save and continue` or press `Ctrl + Enter`, the problem is that it's a two-steps process because most of the times the next thing you want to do is to go to the next string.
### Describe the solution you'd like
The UI already offers a one-click `Accept` button for automatic translations making the review process faster.
If the same idea is used to create a `Dismiss and continue` button in the `Things to check section` it will let the translators make the review faster and less convoluted (I mean going forth and back from the `Dismmiss` button to the `Save` button or using the keyboard shortcuts)
### Describe alternatives you've considered
I think the keyboard shortcut `Ctrl + I`,`1` and then `Ctrl + Enter` it's fine but could be made shorter like `Ctrl + I`,`I`
### Screenshots

### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.