Bug 2018495 - Fix typo in internationalization README
Summary: Fix typo in internationalization README
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Management Console
Version: 4.10
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: 4.10.0
Assignee: Jakub Hadvig
QA Contact: Xiyun Zhao
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-10-29 14:03 UTC by ralpert
Modified: 2022-03-10 16:24 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-03-10 16:23:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift console pull 10363 0 None open Bug 2018495: Update i18n README 2021-10-29 14:06:05 UTC
Red Hat Product Errata RHSA-2022:0056 0 None None None 2022-03-10 16:24:03 UTC

Description ralpert 2021-10-29 14:03:59 UTC
Description of problem:
The internationalization README specifies that you should use labelPlural. We should be using labelPluralKey.

Version-Release number of selected component (if applicable):
4.10

How reproducible:
Always

Steps to Reproduce:
1. Read README

Actual results:
Mentions model.labelPlural ? t(model.labelPlural) : model.labelPlural

Expected results:
Should be model.labelPluralKey ? t(model.labelPluralKey) : model.labelPlural

Additional info:

Comment 3 Xiyun Zhao 2021-11-11 08:17:26 UTC
This PR has been verified and passed on file of INTERNATIONALIZATION.md on Github

Verification Step:
1. Go to Github, open INTERNATIONALIZATION.md file
2. Verify if the documentation of 'Mentions model.labelPlural ? t(model.labelPlural) : model.labelPlural' has been updated

Result:
2. The documentation has been updated to "model.labelPluralKey ? t(model.labelPluralKey) : model.labelPlural" on page

Comment 8 errata-xmlrpc 2022-03-10 16:23:41 UTC
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.10.3 security 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-2022:0056


Note You need to log in before you can comment on or make changes to this bug.