What's on this page

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

  1. Follow the steps in translation overview before doing the following.

  2. 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"
  1. Create a values file with the following configuration:
    nimrod:
      app:
        config:
          localesConfigMap: lm-locales
  1. Run a helm upgrade of the TNC-O helm chart with the custom values file above.