So I have a value I am receiving from an endpoint and I'd like to pass it into my translate command.
So this is what I have currently: ${t('translation:user.form.placeholder')}
And I'd like to be able to do something like this: ${t('translation:user.form.${placeholder}')}
Is there a way to do this? I'm happy to provide more clarity to the question if needed. Any help would be appreciated.