translator icon indicating copy to clipboard operation
translator copied to clipboard

Dispatch events on `IntlException` or error in `IntlMessageFormatter`

Open vjik opened this issue 3 years ago • 0 comments

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.

vjik avatar Oct 26 '22 07:10 vjik