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