Is there an option in Language translator to skip translation for certain words based on a regular expression or some other pattern.
For example we have some text where certain values are substituted based on a variable which we don’t want translated
"Hello $User_Name. How are you doing today?"
$User_Name
should not be translated.
Is there a way to do this?