Level 1
let me know if you find a solution for this,
a work around is to edit the boot function in the ThemeServiceProvider.php file of the package
public function boot()
{
$locale = \App::getLocale();
if($locale == 'ar'){
//original code
}
}