Currently the description of a MessageBundle is hard coded and fetched from JSON localisation files. Instead add a string in @metadata that allows dynamic description for MessageBundle message group.
{ "@metadata": { "sourceLanguage": "fr", "priorityLanguages": [], "allowOnlyPriorityLanguages": true, "description": "Description for the component" }, "T1": "This is the string to be translated in the text unit T1", "T2": "This is the string to be translated in the text unit T2" }
We would have to see how to make this text translatable into different languages