| Summary: | KCommandBar: Allow searching for commands in English regardless of system locale | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kconfigwidgets | Reporter: | Gabriel <gabriel> |
| Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | nate, nicolas.fella, waqar.17a |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Gabriel
2022-03-28 15:52:41 UTC
Yeah we did this for KRunner and System Settings' search. Could be nice and consistent to do it here too. Unfortunately not that easy for command bar to do this as command bar only get pointers to existing actions. Ah, I had a feeling it could be like that. So there would first need to be a system in place where the apps can expose the untranslated strings to the command bar? No, the apps shouldn't need to care about this. There just needs to be a way to do reverse lookups for translated strings to get their corresponding untranslated string. Maybe there is a way already |