FriendsOfFlarum / transliterator

Transliterate non-ASCII characters in discussion URL
https://discuss.flarum.org/d/18074-friendsofflarum-url-transliterator
MIT License
7 stars 7 forks source link

Mostly redundant with Laravel Str::slug #14

Open clarkwinkelmann opened 3 years ago

clarkwinkelmann commented 3 years ago

It seems that since Flarum beta 12 this extension is now mostly redundant, because Flarum is now able to transliterate most texts out of the box.

This means this extension now switched from being an essential extension to just providing specific alternate transliterator libraries for limited use cases. IMO this means we could now drop its support.

I have created a post on the forum to gather user feedback https://discuss.flarum.org/d/18074-friendsofflarum-url-transliterator/60

As an aside, this means I can't even properly test this extension on beta 16 because all the languages I'm familiar with have the same transliteration with either the Flarum defaults or Behat, so there's no difference to observe when the extension is enabled.