Bug 1496141
| Summary: | [ALL_LANG] Compute - Containers - Container Builds page has missing translations | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Krishna Babu K <kkrothap> | ||||||
| Component: | Internationalization | Assignee: | Milan Zázrivec <mzazrivec> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Krishna Babu K <kkrothap> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 5.8.0 | CC: | dajohnso, jhardy, kkrothap, obarenbo | ||||||
| Target Milestone: | GA | Keywords: | i18n, TestOnly, Translation | ||||||
| Target Release: | 5.10.0 | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | 5.10.0.0 | Doc Type: | If docs needed, set a value | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | |||||||||
| : | 1526086 (view as bug list) | Environment: | |||||||
| Last Closed: | 2019-02-11 13:53:56 UTC | Type: | Bug | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | Bug | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | CFME Core | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 1526086 | ||||||||
| Attachments: |
|
||||||||
Verified on 5.9.0.12.20171205180333_3e32b3d Translations are still not present. Fix for creation timestamp: https://github.com/ManageIQ/manageiq-ui-classic/pull/3002 The rest comes from DB and as such cannot be translated. New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/111811c346e20a3f55a1b56976e5bf2a583f65c9 commit 111811c346e20a3f55a1b56976e5bf2a583f65c9 Author: Milan Zazrivec <mzazrivec> AuthorDate: Mon Dec 11 18:08:18 2017 +0100 Commit: Milan Zazrivec <mzazrivec> CommitDate: Mon Dec 11 18:08:18 2017 +0100 container_build_helper: make label translatable https://bugzilla.redhat.com/show_bug.cgi?id=1496141 app/helpers/container_build_helper/textual_summary.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Created attachment 1508376 [details]
Translations still not present, verified on 5.10.0.24.20181113213923_03b81fd
|
Created attachment 1331136 [details] screen-shot reference for missing translations Description of problem: Build summary has missing translation entries : 'Creation timestamp' 'app' 'name' 'template' Version-Release number of selected component (if applicable): 5.8.2.1.20170925150507_8770490 How reproducible: Always Steps to Reproduce: 1. Login cfme with non en_US locale 2. Navigate to Compute - Containers - Container Builds, Click on any build from list 3. 'Creation timestamp', 'app', 'name', 'template' are in English Actual results: Translation not present. Expected results: If translation of these entries is possible, mark them for translation. If already marked translation should present. Additional info: Screen-shot reference attached.