Knowledgebase Translation
Translations (KB UI)
Download translation files from here.
- Open the file and change the translation as required.
- Place these files in
translations/kb-ui
folder. The translations folder must exist in the same folder wheredocker-compose.yml
file is placed.
Add a new language
- Copy en.json from kb-ui translations already download and rename it with locale symbol in case you want to add a new language.
- File names should not contain any special characters.
- Open the file and change translation as per need and save it. Place this file in
translations/kb-ui
folder. - Open docker-compose.yml file,
Navigate to
ui
serviceAdd volumes section if not present already.
Add the following line and restart the container. (restart not required if the volume definition already exists)
CODE${PWD}/translations/kb-ui: /usr/share/nginx/html/assets/i18n