SUMMARY It would be useful to be able to make searches in KCommandBar in English, even when that is not the system language. It can't be expected that you know the translation of an action in your own language. This is a suggestion originally from https://www.reddit.com/r/kde/comments/tpvc0d/comment/i2fi10p/
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