UI Translations
en- Navigate to the
termx-web/src/assets/i18nfolder in TermX Web. - Use the
en.jsonfile 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). - Include the system language translation in
termx-web/app/src/assets/ui-languages.json. - Append your language code to the
UI_LANGSvariable intermx-web/app/src/environments/environment.base.ts.
Ensure the existence of your translations in Core Utils and the Marina project.