FriendsOfFlarum / transliterator

Transliterate non-ASCII characters in discussion URL

Home Page:https://discuss.flarum.org/d/18074-friendsofflarum-url-transliterator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mostly redundant with Laravel Str::slug

clarkwinkelmann opened this issue · comments

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.