Hello
In that game, the log on the right side is not translated, and I don't know why

What I do:
$prompt = clienttranslate("Message to be displayed {var}");
$prompt = str_replace("{var}", var_value, $prompt);
$this->notify->all("message", strval($prompt ), [] );
Am I doing something wrong?
I checked in translation HQ, the strings that are in the log appears there and are translated

Thanks
In that game, the log on the right side is not translated, and I don't know why

What I do:
$prompt = clienttranslate("Message to be displayed {var}");
$prompt = str_replace("{var}", var_value, $prompt);
$this->notify->all("message", strval($prompt ), [] );
Am I doing something wrong?
I checked in translation HQ, the strings that are in the log appears there and are translated

Thanks