Translations of Badge Item in Redwood Sales Dashboard
Summary:
Please find attached image, i need to translate the badge item to French language.
I have added in translations bundle, just needed to make sure whether it is correct way to call the key .
Content (please ensure you mask any confidential information):
Redwood Sales Dashboard Metric Card badge item
Version (include the version you are using, if applicable):
25 A
Code Snippet (add any code snippets that support your topic, if applicable):
<oj-vb-fragment-param name="badgeItem" value='{{ [[ [{status : "warning", text : "Warning", min : "5", max : "9"}, {status : "danger", text : "[[$translations.CustomRawbank.danger()]]", min : "10"}] ]] }}'></oj-vb-fragment-param> <oj-vb-fragment-param name="titleItem" value="[[$page.translations.salesHubBundle['listofMyToDos']]]"> </oj-vb-fragment-param> <oj-vb-fragment-param name="dynamicLayoutContext" value="{{ $dynamicLayoutContext }}"></oj-vb-fragment-param> </oj-vb-fragment>