By default, the plugin will try to load the translations for the current user’s locale. This affects the plugin’s UI.
Use this filter to prevent loading translations in your current locale and kee the UI in english.
The function must return false to disable loading the translations in the current locale.
// Prevents translations from being loaded to keep the UI in english
add_filter('joli_toc_load_translations', '__return_false');