Closed
Description
At the moment a string like conținut
will be saved as con-inut
instead of continut
which is annoying when trying to do dynamic routing.
A package like slugify would help with this issue.
I'll try making a pull request with this change these days.