Request: Please make language parsing errors non-silent.

Request: Please make language parsing errors non-silent.

adjenksadjenks Posts: 22Questions: 6Answers: 0

When language json is parsed, the errors are silent.
Preferably it would emit an error object that I can log, or log it to the console so that I can determine why i18n isn't working properly.

I discovered the problem here:
error: function () { // Error occurred loading language file, continue on as best we can _fnInitialise( oSettings ); }

This is on line 12523 in version 1.10.13. It is also in the most recent version.

Please take the parameters passed to the error function and emit them as an event.

Thank you.

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.