norman / friendly_id

FriendlyId is the “Swiss Army bulldozer” of slugging and permalink plugins for ActiveRecord. It allows you to create pretty URL’s and work with human-friendly strings as if they were numeric ids for ActiveRecord models.
http://norman.github.io/friendly_id/
MIT License
6.13k stars 589 forks source link

support for Arabic, Persian and other RTL languages #1015

Open shuaibzahda opened 1 year ago

shuaibzahda commented 1 year ago

As of now, it is possible to use friendly_id with RTL languages but the slug will be more of hashid style which is not really that great for SEO.

Why not support languages like arabic, persian and urdu and hebrew?