Bug 1044829

Summary: Test case failure: [gnome-shell] Translation
Product: Red Hat Enterprise Linux 7 Reporter: Wei Liu <lliu>
Component: gnome-shell-extensionsAssignee: Debarshi Ray <debarshir>
Status: CLOSED NOTABUG QA Contact: Desktop QE <desktop-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0CC: eng-i18n-bugs, lijli, mclasen, qe-i18n-bugs
Target Milestone: rcKeywords: Translation
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-07 09:09:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Wei Liu 2013-12-19 04:59:45 UTC
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.

Comment 2 Matthias Clasen 2014-01-06 21:53:23 UTC
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.