You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realised that there are some conflicting replacements in the Slugify class. I think these are specially the Esperanto characters, since the characters are also used in other languages. For example,
Slugify.php L:60
'ĉ' => 'c',
Slugify.php L:414
'ĉ' => 'cx',
Should we remove Esperanto or provide some switch for users to select which version they want?