Skip to content

Commit

Permalink
Fix: i18n event didn't bubble, but Editor requires it to do so
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJard committed Feb 28, 2024
1 parent 87d603a commit aaab66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/core/core.constructor.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ if ( oLanguage.sUrl )
_fnCamelToHungarian( defaults.oLanguage, json );
$.extend( true, oLanguage, json, oSettings.oInit.oLanguage );

_fnCallbackFire( oSettings, null, 'i18n', [oSettings]);
_fnCallbackFire( oSettings, null, 'i18n', [oSettings], true);
_fnInitialise( oSettings );
},
error: function () {
Expand Down

0 comments on commit aaab66b

Please sign in to comment.