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 ofalm.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.