translator
translator copied to clipboard
Dispatch events on `IntlException` or error in `IntlMessageFormatter`
If this code:
$formatter = new MessageFormatter($locale, $message);
throw IntlException, then we should dispatch event and return raw message.
If $formatter->format($parameters); return false, then dispatch event and return raw message.