UniSharp / laravel-filemanager

Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
https://unisharp.github.io/laravel-filemanager/
MIT License
2.08k stars 720 forks source link

feat: convert cyrillic file names to latin #1151

Open TaffoVelikoff opened 2 years ago

TaffoVelikoff commented 2 years ago

Convert cyrillic charecters on upload to latin charecter (enable/disable in config). Updated bulgarian language. Small fix to replace # in file names with _ so these files can be viewed in browser, otherwise the # symbol in the file names is only replaced if alphanumeric_filename is set to true.