- install Nuxeo
- in Studio / Designer / UI / Translations
- create a file messages-fr.json file
- add custom labels like:
"label.document.type.author": "Auteur", "label.document.type.book": "Livre"
- create a document type using these labels
- synch the server with the Studio project
- set the browser language to fr-FR
- create a custom document using the type newly created
- observe the label is not translated
- switch to fr language
- observe the label is correctly translated
- observe the label is present in the $NUXEO_HOME/nxserver/nuxeo.war/ui/i18n/messages-fr.json file
Note: this may be linked to previously fixed NXP-24817 issue.
Browsers tested: Chrome, Firefox
Expected result: all the labels should be translated being custom or standard