Bug 1905610
| Summary: | Fix typo in export script | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | ralpert |
| Component: | Management Console | Assignee: | ralpert |
| Status: | CLOSED ERRATA | QA Contact: | Yadan Pei <yapei> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 4.7 | CC: | aos-bugs, jokerman, yapei |
| Target Milestone: | --- | ||
| Target Release: | 4.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause: Typo.
Consequence: Typo in script prevented Korean language file export.
Fix: Fixed typo.
Result: Script runs as expected.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-02-24 15:41:14 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: | |||
|
Description
ralpert
2020-12-08 16:08:41 UTC
# oc adm release info registry.svc.ci.openshift.org/ocp/release:4.7.0-0.nightly-2020-12-20-031835 | grep console
console sha256:d068d7cdaffa6a9853b43db6526fbf5a1d218c3affac1840349a00ad3f5a5d3b
console-operator sha256:2b2e9e55c08bb0e8db9ef54e2f00a5c0bb60c5364b75f34dc0f8acf102ddb134
# oc image info quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:d068d7cdaffa6a9853b43db6526fbf5a1d218c3affac1840349a00ad3f5a5d3b | grep commit
io.openshift.build.commit.id=85dddb2d1533eebeebade9d5ef5f706e5ba3caf4
io.openshift.build.commit.url=https://github.com/openshift/console/commit/85dddb2d1533eebeebade9d5ef5f706e5ba3caf4
[root@preserved-qe-ui-rhel-1 console]# git checkout 85dddb2d1533eebeebade9d5ef5f706e5ba3caf4
[root@preserved-qe-ui-rhel-1 console]# cat frontend/i18n-scripts/export-pos.sh | grep basename
yarn i18n-to-po -f $(basename "$f" .json) -l zh
yarn i18n-to-po -f $(basename "$f" .json) -l ja
yarn i18n-to-po -f $(basename "$f" .json) -l ko
yarn i18n-to-po -p "$d" -f $(basename "$f" .json) -l zh
yarn i18n-to-po -p "$d" -f $(basename "$f" .json) -l ja
yarn i18n-to-po -p "$d" -f $(basename "$f" .json) -l ko
typo is fixed, moving to VERIFIED
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 (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), 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-2020:5633 |