-
Task
-
Resolution: Done
-
Minor
-
None
-
None
-
None
-
5
-
False
-
None
-
False
-
?
-
?
-
rhel-sst-cockpit
-
?
The C bridge supports globs: src="../*/po.js (which was the only known consumer of that feature), but we don't want to add that to the Python bridge.
https://github.com/cockpit-project/cockpit/pull/16930 dropped most of that, but we had to bring it back for shell to fix translated menu entries.
- Design and implement a different mechanism for translating manifest strings, such as statically including them right into the manifest.json (similar to polkit and appstream xml files) or dynamically via our manifests.js if that can read the po files in a sensible way.
- Review all known third-party projects for globs, and replace them with the above things.