Configure Languages and Texts¶
For SEAL Print Client, you can add a new language or change specific texts in an existent language.
Add a New Language¶
-
Change to the
/opt/seal/seal-operator-ui/dist/assets/i18ndirectory. -
Copy an existent language file, such as
en.jsonto a new language file,<language>.json. -
Translate the values of the keys in the new language file,
<language>.json. -
In the configuration of the
seal-operator-uiservice, add the new language<language>to theAVAILABLE_LANGUAGESkey. -
Close and reopen SEAL Print Client.
Change a Text in an Existent Language¶
-
Change to the
/opt/seal/seal-operator-ui/dist/assets/i18ndirectory. -
Add an additional language file
<language>-diff.jsonfor the language in which you want to change a text. -
Change the values of the keys in the additional language file,
<language>-diff.json. -
Close and reopen SEAL Print Client.