Hide Forgot
Filed from caserun (https://tcms.engineering.redhat.com/run/104492/#caserun_4032994) Version-Release number of selected component (if applicable): unspecified Steps to Reproduce: yum install gnome-shell-* * Run from terminal: # gnome-shell-extension-prefs # gnome-shell-extension-prefs -h # gnome-shell-wayland -h # gnome-shell-extension-tool -h Actual results: 1. The drop-down list of gnome-shell-extension-prefs is not localized for zh-CN, and those strings are not found in Zanata. 2. The output of "gnome-shell-extension-prefs -h" is not localized for zh-CN, and those strings are not found in Zanata. 3. The output of "gnome-shell-extension-tool -h" is not localized for zh-CN, and those strings are not found in Zanata.
The content of the drop-down list comes from the individual extensions metadata.json files. I don't think there is any translation infrastructure for those. The gnome-shell-extension-tool is a very simple python script that likewise doesn't have any translation infrastructure.