I was thinking, what should be the result, when trying something like this:
$translator->translate("//messages.someMessage", NULL, [], "something");
Should the result be same as {_messages.something.someMessage}?
Imho throwing exception could be solution as well, what do you think @fprochazka ?
I was thinking, what should be the result, when trying something like this:
Should the result be same as
{_messages.something.someMessage}?Imho throwing exception could be solution as well, what do you think @fprochazka ?