Bug 1393452 - [ALL LANG] Compute-Container-Container nodes has untranslated entries
Summary: [ALL LANG] Compute-Container-Container nodes has untranslated entries
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Internationalization
Version: 5.7.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: GA
: 5.8.0
Assignee: Milan Zázrivec
QA Contact: Krishna Babu K
URL:
Whiteboard: container:i18n
Depends On:
Blocks: 1397874
TreeView+ depends on / blocked
 
Reported: 2016-11-09 15:14 UTC by Krishna Babu K
Modified: 2017-06-12 16:36 UTC (History)
5 users (show)

Fixed In Version: 5.8.0.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1397874 (view as bug list)
Environment:
Last Closed: 2017-06-12 16:36:05 UTC
Category: Bug
Cloudforms Team: Container Management
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Screen shot reference for the reported issue. (174.04 KB, image/png)
2016-11-09 15:14 UTC, Krishna Babu K
no flags Details

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.


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