Skip to content

Commit 1935fa0

Browse files
Merge pull request #13330 from cyril-ui-developer/update-i18next-parser-v8
OCPBUGS-23263: Update i18next-parser dev dependency in console
2 parents 0164dbe + ca3b93e commit 1935fa0

3 files changed

Lines changed: 328 additions & 375 deletions

File tree

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
"html-webpack-plugin": "3.x",
303303
"html-webpack-exclude-assets-plugin": "^0.0.7",
304304
"husky": "^8.0.3",
305-
"i18next-parser": "^7.9.0",
305+
"i18next-parser": "^8.9.0",
306306
"i18next-pseudo": "^2.2.0",
307307
"jasmine-core": "2.x",
308308
"jest": "21.x",

frontend/packages/kubevirt-plugin/locales/en/kubevirt-plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458
"Could not create Persistent volume claim": "Could not create Persistent volume claim",
459459
"No base image specified": "No base image specified",
460460
"You cannot add source to this template because it is missing base image specification.": "You cannot add source to this template because it is missing base image specification.",
461-
"This data can be found in <2>Storage &gt; Persistent volume claims &gt; {baseImageName}</2> under the <5>{baseImageNamespace}</5> project.": "This data can be found in <2>Storage &gt; Persistent volume claims &gt; {baseImageName}</2> under the <5>{baseImageNamespace}</5> project.",
461+
"This data can be found in <2>Storage > Persistent volume claims > {baseImageName}</2> under the <5>{baseImageNamespace}</5> project.": "This data can be found in <2>Storage > Persistent volume claims > {baseImageName}</2> under the <5>{baseImageNamespace}</5> project.",
462462
"Adding source is disabled because no storage classes were found in the cluster.": "Adding source is disabled because no storage classes were found in the cluster.",
463463
"Customizing boot source will be available after the source is added": "Customizing boot source will be available after the source is added",
464464
"For customizing boot source, select \"Customize boot source\" from the template actions menu.": "For customizing boot source, select \"Customize boot source\" from the template actions menu.",
@@ -900,7 +900,7 @@
900900
"ForkLift Instance is building...": "ForkLift Instance is building...",
901901
"Migration Tool Operator required": "Migration Tool Operator required",
902902
"The Migration Toolkit operator is successfully installed, please deploy Migration Tool instance in order to use the Migration Toolkit": "The Migration Toolkit operator is successfully installed, please deploy Migration Tool instance in order to use the Migration Toolkit",
903-
"The Migration Tool for Virtualization Operator facilitates the migration of multiple Virtual Machine workloads to Openshift Virtualization. Clicking the Install Migration Toolkit button will take you to the <2>OperatorHub.</2> After the operator installation, please deploy the instance by clicking on ForkliftController -&gt; Create an instance. For more information please refer to the <6>official documentation</6>": "The Migration Tool for Virtualization Operator facilitates the migration of multiple Virtual Machine workloads to Openshift Virtualization. Clicking the Install Migration Toolkit button will take you to the <2>OperatorHub.</2> After the operator installation, please deploy the instance by clicking on ForkliftController -&gt; Create an instance. For more information please refer to the <6>official documentation</6>",
903+
"The Migration Tool for Virtualization Operator facilitates the migration of multiple Virtual Machine workloads to Openshift Virtualization. Clicking the Install Migration Toolkit button will take you to the <2>OperatorHub.</2> After the operator installation, please deploy the instance by clicking on ForkliftController -> Create an instance. For more information please refer to the <6>official documentation</6>": "The Migration Tool for Virtualization Operator facilitates the migration of multiple Virtual Machine workloads to Openshift Virtualization. Clicking the Install Migration Toolkit button will take you to the <2>OperatorHub.</2> After the operator installation, please deploy the instance by clicking on ForkliftController -> Create an instance. For more information please refer to the <6>official documentation</6>",
904904
"The Migration Tool operator could not be installed because it is not available on the cluster": "The Migration Tool operator could not be installed because it is not available on the cluster",
905905
"Connect": "Connect",
906906
"Disconnect": "Disconnect",

0 commit comments

Comments
 (0)