Bug 773425

Summary: Changing the locale in the browser does not take effect in the app
Product: Red Hat Satellite Reporter: Og Maciel <omaciel>
Component: WebUIAssignee: Jason E. Rist <jrist>
Status: CLOSED CURRENTRELEASE QA Contact: Katello QA List <katello-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.1CC: cwelton, mmccune, shughes
Target Milestone: Unspecified   
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-22 18:18:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 747354    

Description Og Maciel 2012-01-11 19:43:03 UTC
Description of problem:

As per shughes:  When you change your locale preference in the browser, its not taking effect on the app. So if you choose ja for Japanese you should see at least some japanese chars. Currently japanese is only 59% complete, but we should see translations pop up on parts of page. The problem is the strings were not getting properly loaded due to format of po. Rails was looking for a default of yml or rb

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


How reproducible:


Steps to Reproduce:
1. for FF, go to edit->preferences->content->languages
2. add a language...you need to make sure your preferred lang is at top
3. Browse the web ui
  
Actual results:


Expected results:


Additional info:

Comment 1 Shannon Hughes 2012-01-11 19:46:44 UTC
b012645..d0e2531  master -> master

app was defaulting to rb and yml files vs the po format we are using. fixed our configs to load po. you will need to restart rails for effect to take unless you are doing a clean install.

Comment 2 Corey Welton 2012-01-25 16:35:40 UTC
QA Verified.

Comment 5 Mike McCune 2013-08-16 17:58:02 UTC
getting rid of 6.0.0 version since that doesn't exist