I want to translate this sentence in i18n
Select <b>branch(s)</b> you want to send selected product
after selecting Branch Click on submit
As you can see , one word in above sentence is in <b>
tag.
I have this solution , But I am not sure is this is the best way to do or not.
$t('part1') <b>$t('part2')</b> $t('part3')
so ,do you know better way to translate this ??