What's on this page

Languages

Languages Overview

The Telco Network Cloud Orchestration (TNC-O) User Interface supports multiple languages via translation.json files. A translation file can be provided for each locale the user requires which contains mappings for all text within the TNC-O UI (see sample translation file below for reference). <li> <a href="https://ibm.github.io/telco-network-cloud-drivers//user-guides/administration/configuration/languages/language-overview.files/translation.json" > translation.json </a> (29 kB) </li> Adding Locales to TNC-O To set the translations for each locale of the TNC-O UI you need to produce a locales. »

Language Installation

The following steps explain how to alter the installation process to change the language files used by the Telco Network Cloud Orchestration (TNC-O) User Interface. Installing a Locale Follow the steps in language overview before doing the following. When installing the lm-configurator helm chart you must include the following values: configurator: lmConfigImport: nimrod: alm.nimrod.localeLocation: /var/lm/locales When installing the lm-helm helm chart you must include the following values so the ConfigMap with locales. »

Language Updates

The following steps explain how to change the language files used by the Telco Network Cloud Orchestration (TNC-O) User Interface when it is running. Updating a Locale Follow the steps in translation overview before doing the following. Add the following configuration to vault for lm/nimrod, changing the value of alm.nimrod.localeLocation to be the name of the theme to be used: "alm.nimrod.localeLocation": "/var/lm/locales" Create a values file with the following configuration: nimrod: app: config: localesConfigMap: lm-locales Run a helm upgrade of the TNC-O helm chart with the custom values file above. »