Description of problem: Many strings on Compute ->Containers -> Overview page are untranslated. Version-Release number of selected component (if applicable): 5.6.0.7-beta2.6 How reproducible: always Steps to Reproduce: 1. login with ja or zh_CN locale 2. go to Compute ->Containers -> Overview 3. Actual results: Many of the strings are still in English Expected results: All the strings should be translated. Additional info:
Created attachment 1162803 [details] overview_zh_cn
Created attachment 1162804 [details] overview_jpn
The "No data available" string comes from patternfly and cannot be translated at the moment. The untranslated chart names will be fixed with https://github.com/ManageIQ/manageiq/pull/9545
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/2f66329d008028cfedf4478248629a5cb5a36161 commit 2f66329d008028cfedf4478248629a5cb5a36161 Author: Milan Zazrivec <mzazrivec> AuthorDate: Thu Jun 30 15:36:20 2016 +0200 Commit: Milan Zazrivec <mzazrivec> CommitDate: Thu Jun 30 15:36:20 2016 +0200 Update i18n json catalogs for JavaScript This is to make sure all translated strings are available to JavaScript The updated app.js files are generated automatically with rake gettext:po_to_json https://bugzilla.redhat.com/show_bug.cgi?id=1340873 app/assets/javascripts/locale/ja/app.js | 2 +- app/assets/javascripts/locale/zh_CN/app.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Tested with 5.7.0.7-beta1.20161025153249_9376fbd. As per comment #4, "No data available" string cannot be translated at the moment. Rest looks fine now. Marking it as verified.