Posted by rainbowtux on December 19, 2012 at 10:49pm
I have a calendar view (Calendar module), in which the path to the ical file is given by calendar/-/calendar.ics
The site is bilingual Dutch-English, so I am looking for a way to translate the URL for the Dutch part of the site to kalender/-/kalender.ics . Since it would be silly to add all possible year/month combinations on my site, I am looking for a way to add paths with a certain pattern: alias for all paths of the format calendar/*/calendar.ics
How can I do that?