Bug 1044839 - Test case failure: [gnome-weather] Translation
Summary: Test case failure: [gnome-weather] Translation
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: gnome-weather
Version: 7.0
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Zeeshan Ali
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-19 05:25 UTC by Wei Liu
Modified: 2014-01-07 08:02 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-07 08:02:25 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Wei Liu 2013-12-19 05:25:25 UTC
Filed from caserun (https://tcms.engineering.redhat.com/run/104492/#caserun_4032998)

Version-Release number of selected component (if applicable):
unspecified

Steps to Reproduce: 
yum install gnome-weather


  * Run command gnome-weather/ gnome-weather -h from terminal

  * Check translations for application



Actual results: 
The app and output of "gnome-weather -h" are not localized for zh-CN.

Comment 3 Matthias Clasen 2014-01-06 22:21:09 UTC
gnome-weather is using gjs-console, which explains why -h output is not translated - gjs has no translation infrastructure. The application itself gets activated on the session bus, so it inherits the environment from the session bus, which means that LANGUAGE=de gnome-weather will not give you the German translations, you have to switch your session language to de to get that.


Note You need to log in before you can comment on or make changes to this bug.