What steps will reproduce the problem?
$thisMessageIdNotExist = 'xyz';
echo $translator->translate($thisMessageIdIsNotExist);
What do you get?
xyz
What do you want to get?
Oh no, "xyz" is not translated yet!
When event MissingTranslationEvent was triggered I want to return result of my callback not messageId string or fallbackLocale result.
Telegram conversation
Additional info
| Q |
A |
| Version |
1.0.2 |
| PHP version |
8.0 |
| Operating system |
KDE Neon |
What steps will reproduce the problem?
What do you get?
xyzWhat do you want to get?
Oh no, "xyz" is not translated yet!When event MissingTranslationEvent was triggered I want to return result of my callback not
messageIdstring orfallbackLocaleresult.Telegram conversation
Additional info