UI Translations

en
  1. Navigate to the termx-web/src/assets/i18n folder in TermX Web.
  2. Use the en.json file as the source for your translations. Once you’ve finished, add this file back to the same folder, but with your language code as a file name (e.g., et.json).
  3. Include the system language translation in termx-web/app/src/assets/ui-languages.json.
  4. Append your language code to the UI_LANGS variable in termx-web/app/src/environments/environment.base.ts.

Ensure the existence of your translations in Core Utils and the Marina project.


Page last modified: Nov 9 2023 at 07:29 AM.