
It's probably not worth doing any translations yet as the language strings are likely to change quite a lot during development. But of course it's up to you! Pretty URLs will be cool. Search integration too.markr wrote: I commited the Dutch translations.
Also, I'm almost finished with pretty URL's. Only did not yet figured out how to deal with Redirects(), but I posted this as a question on the forum.
Furthermore, I want to integrate the Search function to search the forum. Seems not to difficult.
By the way, I'm not sure I should commit my date-format patch. It is really a hack: hard time for ordinary users to figure out the dependency with the News module for the date format. And the time is hard-coded 24-hour format. Some people may not like that...
I thought about setting the date/time format in the lang/en_US.php as it is actual a locale.
Also, I could add the date/time format as a Forum setting, but then a lot of modules may have it's own setting. I expect that it will be in the core sometime.
For the dates yeah maybe make the format configurable in the locale file. Using the news module is a bit messy and also people will not necessarily want to use the same format in both modules (I often don't display the time of news entries, only the date).
Anyone have any ideas for a solution to Eliz's question about icelandic characters above? I remember having a similar issue with the singapore project a while back but I can't remember what the solution was. What character encoding are your pages Eliz? If it is ISO-8859-1 maybe try UTF-8 or vice versa.