Add i18 support for naming auto mapped actions
We want to be able to control what the URLs are named when automatically mapped. Note: just the URLs, not the action method names, they should stay as-is.
See: https://github.com/jsguy/misojs/wiki/How-miso-works#route-by-convention
We want control over the URL part - best approach would be to create an object with action name as key, URL translation method as value.
We should put it into the /cfg/server.json file.
Has this been investigated any further since february? I'm just about to start building with misojs, and this is a feature I might need eventually, so consider this a bump in your planning :)
Really happy that you have created misojs, btw!
Not yet - though I think it will be fairly easy to do.
Ok, cool.