Bug 1393298
| Summary: | [ALL LANG] Services - Workloads - Provision has untranslated tab names and labels | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 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.7.0 | CC: | bbarve, jhardy, kkrothap, obarenbo, simaishi | ||||||||
| Target Milestone: | GA | Keywords: | i18n, TestOnly, Translation, ZStream | ||||||||
| Target Release: | 5.8.0 | ||||||||||
| Hardware: | All | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | service:i18n | ||||||||||
| Fixed In Version: | 5.8.0.0 | Doc Type: | If docs needed, set a value | ||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | |||||||||||
| : | 1410587 (view as bug list) | Environment: | |||||||||
| Last Closed: | 2017-06-12 16:04:12 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: | 1410587 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Krishna Babu K
2016-11-09 09:58:09 UTC
Created attachment 1218868 [details]
provision menu entry not translated
Created attachment 1218869 [details]
Hide deprecated check box not translated
Created attachment 1218870 [details]
Provision Virtual Machines page translations are not completed
The fix for untranslated 'Hide deprecated' string: https://github.com/ManageIQ/manageiq/pull/12554 The provisioning screen alone cannot be translated, since the definition of the provisioning is stored in a database and cannot really be translated. All the other problems are simply a matter of doing additional translations for 5.7. New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/86e783e0a738c511e6856f15a8f0fcf3c41f6286 commit 86e783e0a738c511e6856f15a8f0fcf3c41f6286 Author: Milan Zazrivec <mzazrivec> AuthorDate: Thu Nov 10 16:44:57 2016 +0100 Commit: Milan Zazrivec <mzazrivec> CommitDate: Thu Nov 10 16:44:57 2016 +0100 Add missing gettext into pre provisioning screen https://bugzilla.redhat.com/show_bug.cgi?id=1393298 app/views/miq_request/_pre_prov.html.haml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Verified on 5.8.0.0.20170201144150_848e68b 1. Services-Workloads-Lifecycle-Provision, 'Provision' is now localized. 2. Services-Workloads-Lifecycle-Provision-Provision, 'Hide deprecated' is not localized. Same issue reported for Compute->Infrastructure->Virtual Machines->Lifecycle->Provision VMs in bug-1410615. 3. As per 'mzazrivec' comment, "The provisioning screen alone cannot be translated, since the definition of the provisioning is stored in a database and cannot really be translated." Marking it as Verified. |