-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.15
-
Quality / Stability / Reliability
-
False
-
-
None
-
Low
-
No
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
Navigation:
Operators -> Installed Operators
Issue: The message "Installed Operators are represented by ClusterServiceVersions within this Namespace. For more information, see the <2>Understanding Operators documentation</2>. Or create an Operator and ClusterServiceVersion using the <5>Operator SDK</5>." is in english.
Observation:
In
"frontend/packages/operator-lifecycle-manager/locales/en/olm.json"
file...
the message
"Installed Operators are represented by ClusterServiceVersions within this Namespace."
and
"For more information, see the <3>Understanding Operators documentation</3>. Or create an Operator and ClusterServiceVersion using the <6>Operator SDK</6>."
split into two entries....
where as
in
"frontend/packages/operator-lifecycle-manager/locales/ja/olm.json"
file...
the entire message
"Installed
Operators are represented by ClusterServiceVersions within this
Namespace. For more information, see the <2>Understanding
Operators documentation</2>. Or create an Operator and
ClusterServiceVersion using the <5>Operator SDK</5>.": "インストール済みの Operator は、この namespace 内の ClusterServiceVersion で表されます。詳細は、<2>Operator に関するドキュメント</2> を参照してください。あるいは、<5>Operator SDK</5> を使用して Operator および ClusterServiceVersion を作成してください。", is
in single entry.
Version-Release number of selected component (if applicable):
4.15.0-rc.3
How reproducible:
always
Steps to Reproduce:
1. Keep web console UI in non en_US language
2. Navigate to Operators -> Installed Operators
3. The message "Installed Operators are represented by ClusterServiceVersions within this Namespace. For more information, see the <2>Understanding Operators documentation</2>. Or create an Operator and ClusterServiceVersion using the <5>Operator SDK</5>." in in English
Actual results:
Content is in English
Expected results:
Content should be in selected language
Additional info:
Reference screenshot attached