Nemachtilli
Results
2
comments of
Nemachtilli
I'm working on a Laravel project, trying to change the translations by following the instructions in the following link https://unisharp.github.io/laravel-filemanager/customization#Translations but the translations are not working.
`const swalWithBootstrapButtons = Swal.mixin({ customClass: { confirmButton: 'btn btn-success', cancelButton: 'btn btn-danger' }, buttonsStyling: false }) swalWithBootstrapButtons.fire({ title: 'Are you sure?', text: "You won't be able to revert this!", icon:...