Skip to content

Commit 3b42cd3

Browse files
committed
RHIDP-8635-1 - [testday] Localization: Add link to oc installation
1 parent a9120d4 commit 3b42cd3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

modules/customizing-the-appearance/proc-overriding-translations.adoc

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@
22

33
[id="prov-overriding-translations_{context}"]
44
= Overriding translations
5-
//In {product-very-short} 1.8, English and French are enabled by default. You can implement translations for other languages by using a JSON file to override the existing translation strings, and by updating the `i18n` section of your `{my-app-config-file}` configuration file to include the JSON translation override file.
6-
7-
//In {product-very-short} 1.8, English and French are enabled by default. You can implement translations for other languages by adding the language translation strings to a file that overrides the existing translation strings. You must also update the `i18n` section of your `{my-app-config-file}` configuration file to add the new `locale` and your translation override file.
8-
9-
//In {product-very-short} 1.8, English and French are enabled by default. You can add a translation strings file to your {product-short} deployment that you can use to override the default translation strings, or to implement translations for other languages.
10-
115
In {product-very-short} 1.8, you can override plugin translation strings without modifying the plugin source code.
126

13-
147
.Prerequisites
158
* You have enabled localization in your {product-very-short} application.
9+
* For an Operator-installed {product-very-short} instance, you have installed the {openshift-cli}. For more information about installing `oc`, see {ocp-docs-link}/html/cli_tools/openshift-cli-oc#installing-openshift-cli[Installing the OpenShift CLI].
1610

1711
.Procedure
1812
// This feature is not being included in 1.8
@@ -58,7 +52,7 @@ oc create configmap all-translations \
5852

5953
. Update your deployment configuration based on your installation method:
6054

61-
.. For an Operator-installed {product-very-short} instance, update your `{product-custom-resource-type}` custom resource (CR). For more information about configuring a CR, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html/configuring_red_hat_developer_hub/provisioning-and-using-your-custom-configuration#using-the-operator-to-run-rhdh-with-your-custom-configuration[Using the Red Hat Developer Hub Operator to run Developer Hub with your custom configuration].
55+
.. For an Operator-installed {product-very-short} instance, update your `{product-custom-resource-type}` custom resource (CR). For more information about configuring a CR, see link::https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html/configuring_red_hat_developer_hub/provisioning-and-using-your-custom-configuration#using-the-operator-to-run-rhdh-with-your-custom-configuration[Using the Red Hat Developer Hub Operator to run Developer Hub with your custom configuration].
6256
... In the `spec.application.extraFiles` section, add the translations custom app configuration as shown in the following example:
6357
+
6458
.{product-custom-resource-type} custom resource fragment

0 commit comments

Comments
 (0)