WeblateOrg / WeblateOrg/weblate
Search should ignore hotkey symbols
Open
enhancement
Waiting for: Demand
- Dominant language
- Python
- Stars
- 6.1k
- Forks
- 1.4k
- Avg merge
- 9h 53m
- Merged PRs (30d)
- 395
Description
Qt (and some other UI toolkits) allow the developers and translators to specify mnemonics in action labels with an ampersand in front of the shortcut key.
For example, "G&o" for a menu label means that "o" can be used to select the menu with the keyboard. Unfortunately, the search for the string "Go" in Weblate does not find this label, which makes it very hard to search for such a string in the source or target strings unless you also remember what the shortcut was.
It would be useful if Weblate would ignore ampersands during searches like Qt Linguist does.
Contributor guide
Assessment
This issue has not been assessed yet.