To see all available translations make sure that `debug` option is turned on. Then click on the `Translations` link in the `Debug section`.
You can define your own translations within the config object. In the following example we overwrite the labels of three purposes.
<script>
window.rnw.tamaro.runWidget('.rnw-widget-container', {
translations: {
en: {
purposes: {
p1: 'Purpose 1',
p2: 'Purpose 2',
p3: 'Purpose 3',
},
blocks: {
payment_purposes: {
title: "My purposes",
},
}
}
}});
</script>
Comments
0 comments
Please sign in to leave a comment.