Bug 1227069
Summary: | [ja_JP] Unexpected and unlocalized string "translation missing: ja.product.name: xx" in the browser window & tab's name and tooltips. | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Harpreet Kataria <hkataria> |
Component: | Internationalization | Assignee: | Harpreet Kataria <hkataria> |
Status: | CLOSED ERRATA | QA Contact: | Pavol Kotvan <pakotvan> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 5.4.0 | CC: | cpelland, dajohnso, jhardy, lijli, mfalesni, mfeifer, obarenbo, pakotvan, qe-i18n-bugs |
Target Milestone: | GA | Keywords: | i18n |
Target Release: | 5.5.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | 5.5.0.1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | 1225377 | Environment: | |
Last Closed: | 2015-12-08 13:14:57 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1225377 | ||
Bug Blocks: |
Comment 1
CFME Bot
2015-06-04 18:16:22 UTC
New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=c0aa447edf835ae3f8976a0c974b7d564aa24da9 commit c0aa447edf835ae3f8976a0c974b7d564aa24da9 Author: Harpreet Kataria <hkataria> AuthorDate: Mon Jun 1 13:56:00 2015 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Mon Jun 1 17:39:28 2015 -0400 Fixed translation missing errors on I18N calls. Added ja & nl translation files to fix translation missing message on I18N.t calls. Converted calls that should have been gettext calls instead of I18N calls. https://bugzilla.redhat.com/show_bug.cgi?id=1225377 (cherry picked from commit 067bb7a) https://bugzilla.redhat.com/show_bug.cgi?id=1227069 vmdb/app/controllers/ems_common.rb | 4 ++-- vmdb/app/controllers/miq_policy_controller.rb | 12 ++++++------ vmdb/app/controllers/ops_controller/settings/schedules.rb | 3 ++- vmdb/config/locales/ja.yml | 7 +++++++ vmdb/config/locales/nl.yml | 6 ++++++ 5 files changed, 23 insertions(+), 9 deletions(-) create mode 100644 vmdb/config/locales/ja.yml create mode 100644 vmdb/config/locales/nl.yml Verified against 5.5.0.5-beta1.1.20151007163855_ed40d96. String "translation missing: ja.product.name:" not displayed in browser name, browser tab and tooltip of tab when using ja_JP locales. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2015:2551 |