Bug 1393452

Summary: [ALL LANG] Compute-Container-Container nodes has untranslated entries
Product: Red Hat CloudForms Management Engine Reporter: Krishna Babu K <kkrothap>
Component: InternationalizationAssignee: Milan Zázrivec <mzazrivec>
Status: CLOSED CURRENTRELEASE QA Contact: Krishna Babu K <kkrothap>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.7.0CC: bbarve, jhardy, kkrothap, obarenbo, simaishi
Target Milestone: GAKeywords: i18n, TestOnly, Translation, ZStream
Target Release: 5.8.0   
Hardware: All   
OS: Linux   
Whiteboard: container:i18n
Fixed In Version: 5.8.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1397874 (view as bug list) Environment:
Last Closed: 2017-06-12 16:36:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: Bug
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: Container Management Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1397874    
Attachments:
Description Flags
Screen shot reference for the reported issue. none

Description Krishna Babu K 2016-11-09 15:14:01 UTC
Created attachment 1218972 [details]
Screen shot reference for the reported issue.

Description of problem:
  Nodes summary page has untranslated entries
   ContainerNode
   Creation timestamp
   Runtime version
   Kubelet version
   Proxy version
   Pod
   Ready

Version-Release number of selected component (if applicable):
   5.7.0.9-beta2.1.20161101182054_eb0afaa

How reproducible:
  Always

Steps to Reproduce:
1. Log into cfme with non en-us locale.
2. Navigate to Compute-Containers-Container nodes, Click on any container node
3. In node summary page some untranslated entries present.

Actual results:
  Translations are not available 

Expected results:
  Translations should present

Additional info:
  Reference screen shot attached.

Comment 3 Milan Zázrivec 2016-11-15 14:30:16 UTC
This

    https://github.com/ManageIQ/manageiq/pull/12644

fixes the untranslated entries.

The strings which contain 'ContainerNode|' in them are a different
issue and need to be addressed in the Chinese gettext catalog by
our translators.

Comment 4 CFME Bot 2016-11-21 17:51:16 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/543a58f1d7d02796088700caf9c38b075aeb16c9

commit 543a58f1d7d02796088700caf9c38b075aeb16c9
Author:     Milan Zazrivec <mzazrivec>
AuthorDate: Tue Nov 15 15:22:14 2016 +0100
Commit:     Milan Zazrivec <mzazrivec>
CommitDate: Tue Nov 15 15:22:14 2016 +0100

    i18n fixes in container node summary screen
    
    The model attributes we want to display are already translated, we just
    need to use correct attribute names for them to be automatically picked
    up.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1393452

 app/helpers/container_node_helper/textual_summary.rb | 10 +++++-----
 app/helpers/container_summary_helper.rb              |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Comment 6 Krishna Babu K 2017-02-07 13:48:33 UTC
Verified on 5.8.0.0.20170201144150_848e68b 
Translations are now available.