-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.20.0
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
In openshift/console repo, main branch, the translation files for other non-english languages are not consistent with the locales/en. As you can see from the screenshot attached as one of the example.
Version-Release number of selected component (if applicable):
4.20 (main branch), 4.19 doesn't have this issue.
How reproducible:
Static file
Steps to Reproduce:
1. Clone the repo 2. git checkout to main branch 3. Try to search something like: "To get started, create a project for your application." 4. You will find out in non-english locale file, there is "OpenShift helps you quickly develop, host, and scale applications. " being part of the key. But on the main branch, the key value only contain "To get started, create a project for your application."
Expected results:
The non-english locale files should be consistent with locales/en
Missing translations:
1. "Download command-line tools"
2. "Hello, world"
3. "To get started, create a project for your application."
4. "To get started, you'll need a project. Currently, you can't create or access any projects."
5. "You'll need to contact a cluster administrator for help."
Reference
https://github.com/openshift/console/pull/15044
You can find relative changes in this PR.
Thanks to cajieh for guiding me review and identify this issue.