Hi, thanx for the great plugin.
I would like to change the single event url.
From
/events/<eventID>/<eventNAME>
to
/translation/<eventNAME>
Meaning, I'd like to translate "events" into my language, so that it suits the category title, and also to remove the id from url.
I suppose removing the id would be easy, somewhere in the code, but "events" seems tricky.